OpenNETCF Smart Device Framework 2.3

The Enum2 type exposes the following members.

Methods

  NameDescription
Format
Converts the specified value of a specified enumerated type to its equivalent string representation according to the specified format.
GetName
Retrieves the name of the constant in the specified enumeration that has the specified value.
GetNames
Retrieves an array of the names of the constants in a specified enumeration.
GetUnderlyingType
Returns the underlying type of the specified enumeration.>
GetValues
Retrieves an array of the values of the constants in a specified enumeration.
IsDefined
Returns an indication whether a constant with a specified value exists in a specified enumeration.
ParseOverloaded.
ToObject
Returns an instance of the specified enumeration set to the specified value.

See Also