C++11
Converts a numeric argument to a std::string.
std::string
std::to_string(1.2); // == "1.2" std::to_string(123); // == "123"