StringEnum Methods
The StringEnum type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetListValues |
Gets the values as a 'bindable' list data source.
|
|
GetStringValue(String) |
Gets the string value associated with the given enum value.
|
|
GetStringValue(Enum) |
Gets a string value for a particular enum value.
|
|
GetStringValues |
Gets the string values associated with the enum.
|
|
IsStringDefined(String) |
Return the existence of the given string value within the enum.
|
|
IsStringDefined(String, Boolean) |
Return the existence of the given string value within the enum.
|
|
IsStringDefined(Type, String) |
Return the existence of the given string value within the enum.
|
|
IsStringDefined(Type, String, Boolean) |
Return the existence of the given string value within the enum.
|
|
Parse(Type, String) |
Parses the supplied enum and string value to find an associated enum value (case sensitive).
|
|
Parse(Type, String, Boolean) |
Parses the supplied enum and string value to find an associated enum value.
|