The EnumStringRepresentationExtensions type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
GetOrder |
Gets the order of the enum value.
| |
ToEnum(String, Type) |
Converts the string representation of the enum value to the actual enum value.
| |
ToEnum TEnum (String) |
Converts the string representation of the enum value to the actual enum value.
| |
ToLocalizedString TEnum |
Converts the enum value to it's localized string representation.
| |
ToStringRepresentation(Enum) |
Converts the enum value to it's string representation.
| |
ToStringRepresentation TEnum (TEnum) |
Converts the enum value to it's string representation.
|
See Also