FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsExtentions..::..ToEnum<(Of <(<'T>)>)> Method

Converts the string to given Enum type

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static T ToEnum<T>(
	string value
)
Public Shared Function ToEnum(Of T) ( _
	value As String _
) As T
public:
generic<typename T>
static T ToEnum(
	String^ value
)

Type Parameters

T

Parameters

value
Type: String
The value.

Return Value

T.