public static class EnumConverter
Public NotInheritable Class EnumConverter
public ref class EnumConverter abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type EnumConverter = class end
ToTextTEnumType |
Convert an enumeration value to string by use of the built-in ToString() function.
Obsolete. |
ToValueTEnumType |
Convert a string to an enumeration value, ignoring casing.
Obsolete. |