pub fn parse_int(text: &str, radix: u8) -> f64 ⓘ
Available on crate feature
dep_js_sys
only.Expand description
The parseInt()
function parses a string argument and returns an integer
of the specified radix (the base in mathematical numeral systems), or NaN on error.