This method is obsolete. See the Remarks section below. |
Description
The Utilities.UpperCase
method converts all the letters of the specified string (Str) to uppercase and returns the resulting string. The conversion affects only ASCII characters between 'a' and 'z'.
Declaration
Applies To
The method is applied to the following object:
Parameters
The method has the following parameter:
Str
Specifies the string whose characters should be converted to uppercase.
Result Value
The Str string in which all lowercase characters have been converted to uppercase.
Remarks
This method is obsolete. It is supported for backward compatibility only. To convert a string to uppercase, use the aqString.ToUpper
method.