addString
Appends a C string to the XML stream.
Declaration
virtual bool addString(
const char *cString);Parameters
- cString:
The C string to append to the XML stream.
Return Value
true if cString is successfully added to the XML stream, false otherwise.