Enum.TryParse
Returns an Enum converted from a string. It also returns whether the conversion was successful.

Properties
| Property Name | Description | 
|---|---|
| String | String to convert | 
| Ignore Case | Whether to ignore case. | 
| Success | Returns whether the conversion was successful. | 
| Result | Output result |