Click or drag to resize
EnumsHelperGetEnumLiteral Method
Retrieves the literal representation of an Enum attribute

Namespace: WorkflowGen.My.Enums
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public static string GetEnumLiteral(
	Enum e
)

Parameters

e
Type: SystemEnum
The Enum to retrieve the attribute literal from

Return Value

Type: String
A string representing the literal representation of the EnumLiteral attribute of an Enum member
See Also