Home - RAD C++ GUI Lib 1.2.2 Documentation
Published on March 09, 2007 [03:04:02 PM]



Browse class : String

Function : int getLength();


Description

Acts same as property length.


Return

Returns lengh of current string i.e. total number of characters.


Remarks

Example

String s = "Ali";

int len = s.getLength(); //len contains 3 now





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