C4 Engine
C4 Engine API Documentation

String::GetStringLength

Defined in:  TSString.h
Returns the length of a string.
Prototype

int32 GetStringLength(voidconst;

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.)