boost::text::v1::to_string
// In header: <boost/text/string_utility.hpp> template<code_point_iter I, std::sentinel_for< I > S> std::string to_string(I first, S last);
Returns a UTF-8-encoded string constructed from [first, last).