[#DataStream-str] = xref:DataStream.adoc[DataStream]::str :relfileprefix: ../ :mrdocs: Return the unread contents of the stream as a std::string. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string str() const; ---- == Return Value A string holding the unread bytes of the stream. [.small]#Created with https://www.mrdocs.com[MrDocs]#