Gets an enum from its description.

Namespace:  FreeFlow
Assembly:  FreeFlow.Client (in FreeFlow.Client.dll) Version: 2.0.0.135

Syntax

C#
public static Enum GetEnum(
	Type enumType,
	string description
)
Visual Basic (Declaration)
Public Shared Function GetEnum ( _
	enumType As Type, _
	description As String _
) As Enum
Visual C++
public:
static Enum^ GetEnum(
	Type^ enumType, 
	String^ description
)

Parameters

enumType
Type: System..::.Type
Enum type.
description
Type: System..::.String
Enum description.

See Also