Click or drag to resize
CurrencyConverterTryGetExchangeRate Method
Overload List
  NameDescription
Public methodStatic memberTryGetExchangeRate(Boolean, String, Int32, Decimal)
Calculates exchange rate for conversion from main currency to different currency. Example: if 1 USD = 16 CZK then this method returns 1/16 = 0.0625 for conversion from USD to CZK. All exceptions are logged into event log.
Public methodStatic memberTryGetExchangeRate(String, String, Int32, Decimal)
Calculates exchange rate for conversion from one currency to another. Example: if 1 USD = 16 CZK then this method returns 1/16 = 0.0625 for conversion from USD to CZK. All exceptions are logged into event log.
Top
See Also