pub fn format_base_string(
s: &str,
base: u8,
settings: &BaseStringFormatSettings,
) -> Result<(String, FormatLog)>Expand description
Parse a string contaning numbers in base 2 through 36, and print it formatted. Will warn for extra characters other than spaces and commas.