ToUpper |
[This is preliminary documentation and is subject to change.]
The TOPICA Basic function ToUpper is used to convert a string value to upper case.
ToUpper(stringValue)
Name | Type | Description |
---|---|---|
stringValue | String | The string value to convert to upper case. |
Input string (stringValue) converted to upper case.
Type: String.