Function CSPString::Length()
Description:
Retrieves the length of the string's content.
 |
Prototype:
unsigned long Length() const;
Arguments:
No arguments (void).
Return value:
The number of characters in the string, without counting the terminating zero.
See also:
member function SetSize()
|
|