XLL+ Class Library

CXlOStrStream::str

Returns a pointer to the byte array to which data has been serialized

[C++]
char* str();

Return value

Remarks

This function returns a pointer to the start of the byte array.

The length of the array is returned by the pcount() function.

Requirements

Header: xlserialize.h

See Also

CXlOStrStream Class | CXlOStrStream Methods