moneycurrency library

Classes

Currency
CurrencyManager
Money
A Money is a value object that represents an amount and an associated currency. Amounts either represent a real value (e.g. -$1927.10, ¥10, £1.56, 0.00kr.) or are unavailable (e.g. have no numerical value).
MoneyFormatter
A concrete implementation of a NSFormatter that creates, interprets, and validates the textual representation of money amounts.

Exceptions / Errors

MoneyParseException
MoneyParseException is thrown on errors when parsing String amounts into Decimal values using the parse(String) method.