An easy to use exchange-rate checker and converter. Providers include Google and Yahoo.
To install, run the following command in the Package Manager Console.
Install-Package exchange-rate
using ExchangeRate;
Provider.Yahoo.Rate(Iso4217.GBP, Iso4217.EUR)
Provider.Google.Rate("GBP", "EUR");
Provider.Google.Convert(Iso4217.GBP, Iso4217.EUR, 500);
- Update url for Google provider
- Drop Rate Exchange
- Support for value conversion.
- Shorten namespaces.
- Add support for ISO4217 codes.
- Initial release.