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: 4.6.0.0 (4.6.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