[#bsl-to_string-08] = xref:bsl.adoc[bsl]::to_string :relfileprefix: ../ :mrdocs: Constructs a string with contents equal to the specified `value`. The contents of the string will be the same as what `std::sprintf(buf, "%llu", value)` would produce with a sufficiently large buffer. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/string.adoc[string] to_string(unsigned long long value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#