| Published on March 17, 2008 [12:28:42 AM] |
Browse class : String|
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 |