Enum::Parse Method

 

Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticParse(Type^, String^)

Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object.

System_CAPS_pubmethodSystem_CAPS_staticParse(Type^, String^, Boolean)

Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. A parameter specifies whether the operation is case-insensitive.

Return to top
Show: