RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringBase::UpperCase Method

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

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

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