{CompanyName} FlexyGo

StringEnum Methods

The StringEnum type exposes the following members.

Methods


  Name Description
Public method GetListValues
Gets the values as a 'bindable' list data source.
Public method GetStringValue(String)
Gets the string value associated with the given enum value.
Public method Static member GetStringValue(Enum)
Gets a string value for a particular enum value.
Public method GetStringValues
Gets the string values associated with the enum.
Public method IsStringDefined(String)
Return the existence of the given string value within the enum.
Public method IsStringDefined(String, Boolean)
Return the existence of the given string value within the enum.
Public method Static member IsStringDefined(Type, String)
Return the existence of the given string value within the enum.
Public method Static member IsStringDefined(Type, String, Boolean)
Return the existence of the given string value within the enum.
Public method Static member Parse(Type, String)
Parses the supplied enum and string value to find an associated enum value (case sensitive).
Public method Static member Parse(Type, String, Boolean)
Parses the supplied enum and string value to find an associated enum value.