| EnumExtensionMethods Methods | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | ToStringValue(Enum) | 
            Gets the string value for a given enum element from the StringValue attribute. If passed
            enum element doesn't contain StringValue attribute, name of the enum element is returned.
             | 
|   | ToStringValue(Enum, Int32) | 
            Gets the string value of an enum element from the first KeyStringValue with Key equals to key.
             | 
 See Also
See Also