The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Enum::Parse Method
.NET Framework (current version)
Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Parse(Type^, String^) | Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. |
![]() ![]() | Parse(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. |
Show:

