Home - RAD C++ GUI 2.0 Documentation
Published on March 17, 2008 [12:28:42 AM]



Browse class : String

Function : String upcase()


Description

function converts all lower case characters to upper case and returns the new version.


Return

String in upper case


Remarks

String str = "Ali Imran";
str.upcase();  // now value is 'ALI IMRAN'





Visit www.radcpp.com for more help and updates. Documentation created using FlaX.Doc