Diacritical characters are replaced with their equivalent upper/ lower case character.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| value | String | The String value to validate. | ||
| maxLength | Integer | Optional | The Maximum Length allowed. If omitted, a value of -1 is assumed. | |
| allowNewLines | Boolean | Optional | Indicates whether to allow New Lines in the string - default=False. New Lines are normalised to vbCrLf. If omitted, a value of False is assumed. | |
| upperCase | Boolean | Optional | Convert to Upper Case. If omitted, a value of False is assumed. |
A String value.