메소드 | 설명 | |
---|---|---|
ToBaseCurrency ( string countryCode, decimal countryCurrency ) : decimal | ||
ToCountryCurrency ( string countryCode, decimal baseCurrency ) : decimal | ||
YahooCurrencyConverter ( string baseCountryCode ) : System |
메소드 | 설명 | |
---|---|---|
GetRate ( string sourceCode, string targetCode ) : decimal |
public ToBaseCurrency ( string countryCode, decimal countryCurrency ) : decimal | ||
countryCode | string | |
countryCurrency | decimal | |
리턴 | decimal |
public ToCountryCurrency ( string countryCode, decimal baseCurrency ) : decimal | ||
countryCode | string | |
baseCurrency | decimal | |
리턴 | decimal |
public YahooCurrencyConverter ( string baseCountryCode ) : System | ||
baseCountryCode | string | |
리턴 | System |