Function english_numbers::convert_long [] [src]

pub fn convert_long(val: i64, fmt: Formatting) -> String

Converts a number to it's written format, using "long" format.

Arguments:

  • val - the i64 to convert
  • fmt - the formatting options to use