RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringT::LowerCase Method

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

Pascal
function LowerCase: AnsiStringT;
C++
__fastcall AnsiStringT LowerCase() const;

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

 

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