Function english_numbers::convert_no_fmt [] [src]

pub fn convert_no_fmt(val: i64) -> String

Converts a number to it's written format, using "short" format with no formatting options enabled.

Arguments:

  • val - the i64 to convert