[#util-ToString] = xref:util.adoc[util]::ToString :relfileprefix: ../ :mrdocs: Locale‐independent version of std::to_string == Synopsis Declared in `<util/string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> std::string ToString(T const& t); ---- == Return Value The value formatted using the classic ("C") locale. == Parameters [cols="1,4"] |=== | Name| Description | *t* | The value to stringify. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#