| Published on March 17, 2008 [12:28:42 AM] |
Browse class : String|
Description Used to obtain current length of a String type variable. |
Remarks Example String s = "Ali"; int len = s.length; //len contains 3 now |
| Visit www.radcpp.com for more help and updates. | Documentation created using FlaX.Doc |