xpfStringToUppercase
FUNCTION xpfStringToUppercase (sourceString : STRING) uppercaseString : STRING;
The function xpfStringToUppercase converts all characters within the given sourceString to uppercase characters and returns the new string as uppercaseString.
Arguments
Type | Name | Comment |
STRING | sourceString | The source string to be converted to uppercase |
Return Value
Â
Type | Name | Comment |
STRING | uppercaseString | The given string in uppercase format |
Options
Â
Example
uppercaseString : STRING; .... uppercaseString := xpfStringToUppercase('mixed CasE string');
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â