pub fn convert_long(val: i64, fmt: Formatting) -> String
Expand description
Converts a number to it’s written format, using “long” format.
§Arguments:
val
- thei64
to convertfmt
- the formatting options to use
pub fn convert_long(val: i64, fmt: Formatting) -> String
Converts a number to it’s written format, using “long” format.
val
- the i64
to convertfmt
- the formatting options to use