SoftBank.Cldr.Number.Formatter.Decimal.to_string
You're seeing just the function
to_string
, go back to SoftBank.Cldr.Number.Formatter.Decimal module for more information.
Specs
to_string( Cldr.Math.number_or_decimal(), String.t() | Cldr.Number.Format.Meta.t(), Keyword.t() | Cldr.Number.Format.Options.t() ) :: {:ok, String.t()} | {:error, {module(), String.t()}}
Formats a number according to a decimal format string.
Arguments
number
is an integer, float or Decimalformat
is a format string. SeeSoftBank.Cldr.Number
for further information.options
is a map of options. SeeSoftBank.Cldr.Number.to_string/2
for further information.