Function int_from_base_str_u32

Source
pub fn int_from_base_str_u32(s: &str, base: u8) -> Result<u32>
Expand description

Returns the integer represented by n in the requested base.