Packages

Money functions for operations on and localization of a money data type with support for ISO 4217 currencies and ISO 24165 digial tokens (crypto currencies).

Current section

Files

Jump to
ex_money lib money protocol string_chars.ex
Raw

lib/money/protocol/string_chars.ex

defimpl String.Chars, for: Money do
def to_string(v) do
Money.to_string!(v)
end
end