EnumsHelperGetEnumLiteral Method |
Retrieves the literal representation of an Enum attribute
Namespace:
WorkflowGen.My.Enums
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax public static string GetEnumLiteral(
Enum e
)
Public Shared Function GetEnumLiteral (
e As Enum
) As String
Parameters
- e
- Type: SystemEnum
The Enum to retrieve the attribute literal from
Return Value
Type:
StringA string representing the literal representation of the
EnumLiteral attribute of an
Enum member
See Also