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