Method Parse
Parse(String)
Yields the first member with a matching name.
Declaration
public static TDerived Parse(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | Name of member to search for. Member names comparison is case-insensitive. |
Returns
| Type | Description |
|---|---|
| TDerived |
First matching enumeration member with the given name or null, if no match was found.
|