RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringBase::LowerCase Method

Returns a lower-case version of System::AnsiStringBase.

Pascal
function LowerCase(codePage: Integer): AnsiStringBase;
C++
__fastcall AnsiStringBase LowerCase(int codePage) const;

System::AnsiStringBase::LowerCase returns a new System::AnsiStringBase that contains all characters in this string, converted to lower case. The conversion uses the current locale . The original System::AnsiStringBase remains unchanged. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!