EnumDescription.GetDescription Method
Gets the description of the specified enum. If there is no description attribute, returns the enum as a string
[Visual Basic]
Public Shared Function GetDescription( _
ByVal
e As
Enum _
) As
String
[C#]
public static
string GetDescription(
Enum e);
Parameters
-
e
- Enum.
See Also
EnumDescription Class | FreeFlow Namespace