<para> The standard Enum.Parse() method will be used to convert the String representation of an Enum to an Integer value. This will strip any spaces out of the text representation in case these have been added for clarity. </para>
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| fieldName | String | |||
| enumList | String | |||
| enumType | Type | Optional | If omitted, a value of Nothing is assumed. |