Method | Description | |
---|---|---|
ToBaseCurrency ( string countryCode, decimal countryCurrency ) : decimal | ||
ToCountryCurrency ( string countryCode, decimal baseCurrency ) : decimal | ||
YahooCurrencyConverter ( string baseCountryCode ) : System |
Method | Description | |
---|---|---|
GetRate ( string sourceCode, string targetCode ) : decimal |
public ToBaseCurrency ( string countryCode, decimal countryCurrency ) : decimal | ||
countryCode | string | |
countryCurrency | decimal | |
return | decimal |
public ToCountryCurrency ( string countryCode, decimal baseCurrency ) : decimal | ||
countryCode | string | |
baseCurrency | decimal | |
return | decimal |
public YahooCurrencyConverter ( string baseCountryCode ) : System | ||
baseCountryCode | string | |
return | System |