converts the whole string into a number value
None
If the complete string can be converted into a number then the resulting number (integer or real) is returned.
If the conversion fails or does not consume the complete string then std::undefined is returned.
std::to_number | converts its argument into a number |
std_types::string/std::to_integer | converts the whole string into an integer value |
std_types::strint/std::parse_number |