RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiString::LowerCase Method

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

Pascal
function LowerCase: String;
C++
__fastcall AnsiString LowerCase() const;

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!