Skip to main content



ToUpper Function

The ToUpper function returns a copy of a string, converted to all upper case.

Syntax

ToUpper(string)

The ToUpper function returns a copy of a string, converted to all upper case.

Arguments

string String - The string to convert.

Remarks

Example:

ToUpper("Cat"); // returns "CAT"