ExchangeRates Class
You can obtain the exchange rates for any currency and convert any quantity of one currency to another using this class.
Name | Description | |
---|---|---|
ExchangeRates(string, string, int, string, string, double, DateTime) |
Creates a new instance of the ExchangeRates Only method 4 is available in the trial version. |
Name | Description | |
---|---|---|
executeMethod() |
This method enables the initiation of the exchange rate inquiry. It proceeds so by returning a string that indicates whether the communication was successful or unsuccessful. |
|
get_base_code() | Get the Base Currency Code | |
get_conversion_amounts() | Get the Converted Amount to all Currencies | |
get_conversion_rate() | Get The Exchange Rate | |
get_conversion_rates() | Get Exchange Rate to all Currencies, type of Dictionary(Of String, Object) | |
get_conversion_result() | Get the Converted Amount | |
get_supported_codes() | Get All Currency Codes in ISO Format | |
get_target_code() | Get the Target Currenct Code | |
get_target_data() | Get Target's Currency Details |