String::GetStringLength
Defined in:
Returns the length of a string.
TSString.h
Prototype
int32 GetStringLength(void) const;
Description
The GetStringLength
function returns the length of the text contained in a String
object. The contents of the String
object must be defined so that the text is null-terminated. (The overloaded operators that manipulate the String
object all maintain the null terminator.)