Returns a string that is a copy of the given string converted to lower case.
function AnsiLowerCase(const S: string): string;
AnsiString AnsiLowerCase(const AnsiString S);
SysUtils
AnsiLowerCase returns a string that is a copy of the given string converted to lower case. The conversion uses the current locale. This function supports multi-byte character sets (MBCS).
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|