decimal GetExchangeRate( string sourceCurrency, string targetCurrency )
Parameters
- sourceCurrency
 - 3 letter ISO 4127 currency code for the source currency
 - targetCurrency
 - 3 letter ISO 4127 currency code for the target currency
 
Return Value
The exchange rate from the source currency to the target currency (1 source = ? target)