Returns a String containing the specified string, converted to uppercase.
Syntax:
StrLibObject.StrUpperCase(Expression As String)
The StrUpperCase Method (StrLib Object) syntax has these parts:
| Part |
Description |
| StrLibObject |
An object expression that evaluates to a StrLib object. |
| Expression |
(Required). String expression. |
Remarks:
Only lowercase letters are converted to uppercase; all uppercase letters and nonletter characters remain unchanged.