Locale-independent version of std::to_string
Declared in <util/string.h>
<util/string.h>
template<typename T> std::string ToString(T const& t);
The value formatted using the classic ("C") locale.