Info
| Version: | 1.0.5 | 
| Author(s): | simonray | 
| Last Update: | Tuesday, October 3, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/simonray/exchange-rate | 
| NuGet Url: | https://www.nuget.org/packages/exchange-rate | 
Install
Install-Package exchange-rate
                        dotnet add package exchange-rate
                        paket add exchange-rate
                        
                                exchange-rate Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
Providers include Google and Yahoo.
Usage -
ExchangeRate.Provider.Yahoo.Rate(Iso4217.GBP, Iso4217.EUR)
ExchangeRate.Provider.Google.Rate("GBP", "EUR");
ExchangeRate.Provider.Google.Convert(Iso4217.GBP, Iso4217.EUR, 500);.