pub fn int_to_base_str(n: u32, base: u8) -> Result<String>
Returns the integer represented by n in the requested base.