number_to_delimited(number, options = {})
Instance Public methods
Formats a number with grouped thousands using
delimiter (e.g., 12,324). You can customize the format in the
options hash.
Options
:locale - Sets the locale to be used for formatting (defaults
to current locale).
:delimiter - Sets the thousands delimiter (defaults to â,â).
:separator - Sets the separator between the fractional and
integer digits (defaults to â.â).
Examples
number_to_delimited(12345678)