PFObjectGetValueEnumT Method  | 
 
            Gets a value and converts it to an enum value. 
            Will return default(T) if the value does not exist or is null.
            
 
    Namespace: 
   Packflow.Core.Poco
    Assembly:
   MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntaxprotected T GetValueEnum<T>(
	string name
)
where T : struct, new(), IConvertible
Parameters
- name
 - Type: SystemString
 
Type Parameters
- T
 
Return Value
Type: 
T
See Also