RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiString::UpperCase Method

Returns an upper-case version of this System::AnsiString::AnsiString.

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

System::AnsiString::UpperCase returns a new System::AnsiString::AnsiString that contains all characters in this string, converted to upper 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!