- Function StringToUpper(text)¶
StringToUpper¶
The function StringToUpper
converts all characters of a string to
upper case.
StringToUpper(
text ! (input) a scalar string expression
)
Arguments¶
- text
The string that you want to convert to upper case characters.
Return Value¶
The function returns the upper case string.
See also
The functions StringToLower
, StringCapitalize
.