CString wraps a raw C string pointer (const char*) and provides safe read access.
Example
Constructor
Properties
length
Methods
toString()
Null Pointers
Passing0 is safe and returns an empty string:
Read a C string from a raw pointer
CString wraps a raw C string pointer (const char*) and provides safe read access.
lengthtoString()0 is safe and returns an empty string: