XLL+ Class Library (7.0)

CXlOStrStream::str

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

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