english_numbers

Function convert_no_fmt

Source
pub fn convert_no_fmt(val: i64) -> String
Expand description

Converts a number to it’s written format, using “short” format with no formatting options enabled.

§Arguments:

  • val - the i64 to convert