Previous: LastDelimiter function To the Table of Content Next: QuotedStr function

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

LowerCase function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Converts an ASCII string to lowercase.

Declaration:
function LowerCase(Str: String): String;
Remarks:
LowerCase returns a string with the same text as the string passed in Str, but with all letters converted to lowercase. The conversion affects only 7-bit ASCII characters between 'A' and 'Z'.


Previous: LastDelimiter function To the Table of Content Next: QuotedStr function
LastDelimiter function Table of Content QuotedStr function

- 4.61.2.29 -