Gets the description of the specified enum. If there is no description attribute, returns the enum as a string

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

Syntax

C#
public static string GetDescription(
	Enum e
)
Visual Basic (Declaration)
Public Shared Function GetDescription ( _
	e As Enum _
) As String
Visual C++
public:
static String^ GetDescription(
	Enum^ e
)

Parameters

e
Type: System..::.Enum
The enum to get the description of.

See Also