EnumConverterToValueTEnumType Method

Scanjour Workflow4 Reference Manual

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.1.0.0 (23.1.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: TEnumType
The corresponding enumeration value
See Also

Reference