Function int_to_base_str

Source
pub fn int_to_base_str(n: u32, base: u8) -> Result<String>
Expand description

Returns the integer represented by n in the requested base.