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".
Comments
0 comments
Article is closed for comments.