RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
UnicodeString::LowerCase Method

Returns lower-case version of System::UnicodeString.

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

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

 

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