This method is obsolete. See the Remarks section below. |
Description
The Utilities.AnsiUpperCase
method converts all the letters of the given string (Str) to uppercase and returns the resulting string. The conversion is affected by the current locale.
Declaration
Applies To
The method is applied to the following object:
Parameters
The method has the following parameter:
Str
Specifies the strings whose letters should be converted to uppercase.
Result Value
The string whose letters have been converted to uppercase.
Remarks
This method is obsolete. It is supported for backward compatibility only. To convert the string to uppercase, use the aqString.ToUpper
method.