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



Browse class : String

Function : String lowcase()


Description

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


Return

String in lower case


Remarks

String str = "Ali Imran";
str.lowcase();  // now value is 'ali imran'





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