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