EnumConverterToValueTEnumType Method

Note: This API is now obsolete.
Convert a string to an enumeration value, ignoring casing.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
[ObsoleteAttribute("Please use WorkZone.Utilities.EnumUtilities.ToValue<T>(string) instead.", 
	true)]
public static TEnumType ToValue<TEnumType>(
	string value
)

Parameters

value  String
The string to convert

Type Parameters

TEnumType
The result enumeration type

Return Value

TEnumType
The corresponding enumeration value

See Also