RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.AnsiLowerCase Function

Returns a string that is a copy of the given string converted to lower case.

Pascal
function AnsiLowerCase(const S: string): string; overload;
C++
AnsiString AnsiLowerCase(const AnsiString S);

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!