Click or drag to resize
DigitalRuneEnumHelper Class
Auxiliary methods for enumerations.
Inheritance Hierarchy
SystemObject
  DigitalRuneEnumHelper

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static class EnumHelper

The EnumHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetValues
Retrieves an array of the values of the constants in a specified enumeration.
Public methodStatic memberTryParseT
Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object.
Top
See Also