Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Function Declaration
-
Function UCase(String As Variant)
Parameter |
Description |
---|---|
String |
Variant containing any valid String expression. If String contains the data value Null, Null is returned. |
Runtime Semantics.
§ Returns a String that has been converted to uppercase.
§ Only lowercase letters are converted to uppercase; all uppercase letters and non-letter characters remain unchanged.