Function js_sys::parse_int

source ·
pub fn parse_int(text: &str, radix: u8) -> f64
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.

MDN documentation