Previous: Uns function To the Table of Content Next: Whl function

- 4.61.2.60 -
Standard Units
Strings Unit
Strings Unit Procedures and Functions

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'.


Previous: Uns function To the Table of Content Next: Whl function
Uns function Table of Content Whl function

- 4.61.2.60 -