SoftBank.Cldr.Number.System.to_system-exclamation-mark
You're seeing just the function
to_system-exclamation-mark
, go back to SoftBank.Cldr.Number.System module for more information.
Converts a number into the representation of a non-latin number system. Returns a converted string or raises on error.
number
is afloat
,integer
orDecimal
system_name
is any number system name returned bySoftBank.Cldr.known_number_systems/0
or a number system type returned bySoftBank.Cldr.known_number_system_types/0
See SoftBank.Cldr.Number.System.to_system/2
for further
information.
Examples
iex> SoftBank.Cldr.Number.System.to_system! 123, :hans
"一百二十三"
iex> SoftBank.Cldr.Number.System.to_system! 123, :hant
"一百二十三"
iex> SoftBank.Cldr.Number.System.to_system! 123, :hansfin
"壹佰贰拾叁"