Click or drag to resize

EnumValueT Type Conversions

The EnumValueT type exposes the following members.

Operators
 NameDescription
Public operatorStatic member(T to EnumValueT) Initializes a new EnumValueT class by converting the supplied enum value.
Public operatorStatic member(EnumValueT to T) Implicitly converts the specified value to an enum.
Public operatorStatic member(EnumValueT to String) Implicitly converts the specified value to a String value.
Top
See Also