The UCase function converts all characters of the specified expression to uppercase and returns the newly generated string.
Syntax | ||||
UCase(Expr) | ||||
Return value | ||||
Type |
Description | |||
String |
The string converted to capital letters | |||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
Expr |
String |
ByVal |
String to be converted to uppercase |
Note
Only the lowercase letters are converted to uppercase letters. All uppercase letters and other characters remain unchanged.