- 4.66.2.60. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.60. UpperCase function
4.66.2.60. UpperCase function
Targets: MS-DOS, OS/2, Win32
Strings Unit
Converts an ASCII string to uppercase.
Declaration:
function UpperCase(Str: String): String;
Remarks:
UpperrCase returns a string with the same text as the string
passed in Str, but with all letters converted to uppercase.
The conversion affects only 7-bit ASCII characters between 'a' and 'z'.
- 4.66.2.60. -