converts its argument into a number
std::to_integer | converts its argument into an integer number |
std::to_real | converts its argument into a real (floating point) number |
std::to_string | returns a human readable presentation of the object |
std_types::string | converts the whole string into a number value |