/ECBCurrencyConverter

Currency conversion library for .NET / Mono that uses the daily exchange rates published by the European Central Bank.

Primary LanguageC#MIT LicenseMIT

ECB Currency Converter

Build status

Currency conversion library for .NET / Mono that uses the daily exchange rates published by the European Central Bank.

Usage

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);

Getting the Source

Clone the repo:

git clone https://github.com/euronay/ECBCurrencyConverter.git

Licence

This code is released under the MIT Licence