Click or drag to resize

EnumConverterToValueTEnumType Method

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: 24.5.0.0 (24.5.0.0)
Syntax
[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