ToUpper Function

  • Updated

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

Syntax

 

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

 

ToUpper(string)

 

 

Arguments:

 

 

 

string

String - The string to convert.

Remarks

  • Example: ToUpper("Cat") returns "CAT".

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.