pub fn int_from_base_str_u32(s: &str, base: u8) -> Result<u32>
Returns the integer represented by n in the requested base.