EnumExtensionMethods MembersKentico 8.0 API Reference
Methods

  NameDescription
Public methodStatic memberToStringValue(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.
Public methodStatic memberToStringValue(Enum, Int32)
Gets the string value of an enum element from the first KeyStringValue with Key equals to key.
Back to Top
See Also