pub fn parse_format<F: FromStr>(
s: &str,
pattern: &str,
sym: &NumberSymbols,
) -> Result<F, NumberFmtError>
Expand description
Parse using the NumberFormat. Parses the number after applying core::unmap_num
pub fn parse_format<F: FromStr>(
s: &str,
pattern: &str,
sym: &NumberSymbols,
) -> Result<F, NumberFmtError>
Parse using the NumberFormat. Parses the number after applying core::unmap_num