Returns a pointer to the byte array to which data has been serialized
[C++] char* str();
This function returns a pointer to the start of the byte array. The length of the array is returned by the pcount() function.
This function returns a pointer to the start of the byte array.
The length of the array is returned by the pcount() function.
Header: xlserialize.h
CXlOStrStream Class | CXlOStrStream Methods