Note: This API is now obsolete.
Convert a string to an enumeration value, ignoring casing.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
[ObsoleteAttribute("Please use WorkZone.Utilities.EnumUtilities.ToValue<T>(string) instead.", true)] public static TEnumType ToValue<TEnumType>( string value )
Parameters
- value
- Type: SystemString
The string to convert
Type Parameters
- TEnumType
- The result enumeration type
Return Value
Type: TEnumTypeThe corresponding enumeration value
See Also