Function int_from_base_str_u128

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

Returns the integer represented by n in the requested base.