Currency conversion library for .NET / Mono that uses the daily exchange rates published by the European Central Bank.
Build the solution and add a reference in your project to the compiled Kanahawa.Ecbcc.dll file.
To convert £100 Pounds sterling to US dollars:
decimal result = new CurrencyConverter().From(Currency.GBP).To(Currency.USD).Convert(100);
Clone the repo:
git clone https://github.com/euronay/ECBCurrencyConverter.git
This code is released under the MIT Licence