[#bsl-PrintTo-07] = xref:bsl.adoc[bsl]::PrintTo :relfileprefix: ../ :mrdocs: Write the specified `value` to the specified `*stream`, surrounded by double quotes, writing non‐printable characters with 'x...' escapes. == Synopsis Declared in `<bslim_gtestutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void PrintTo( xref:bsl/wstring.adoc[wstring] const& value, std::ostream* stream); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#