HomeManualTopicsTypesSymbols

std::to_number

converts its argument into a number

Parameter

object
the object to be converted

Result

number
the number representation of object

Topic

Numbers

See also

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

Implemented by

std_types::string converts the whole string into a number value