Currency-lib
It's a class library that implements functions for working with curren
Currency project is a class library that implements functions for working with currencies.
Currency class is responsible for arithmetic functions and storage. It implements the integer math with accuracy up to 1/10000.
CurrencyInfo class is responsible for storing information about specific currency in accordance with ISO-4217.
CurrencyInfoDir class implements catalog of descriptions currencies, as well as searching for descriptions of currency by the ISO-4217 code. It's also provide...