Print

ToUpper

Returns string converted to uppercase.

Syntax

ToUpper("inputString");

Function arguments

  • inputString – (String) The string value to be converted to uppercase

Return value

This function returns String.
Returns string converted to uppercase

Examples

Example 1:
'result’ variable value will be „XYZ QWE”.

result = ToUpper("XYZ qwe");
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?