-
Notifications
You must be signed in to change notification settings - Fork 0
ExchangeRatesClient.GetCurrencies Method
maurizuki edited this page Oct 19, 2020
·
2 revisions
Namespace: BIExchangeRates.Client
Assembly: BIExchangeRates.Client.dll
Returns the list of all the available currencies.
public async Task<CurrenciesModel> GetCurrencies (Language language = Language.En);
Parameter | Type | Description |
---|---|---|
language | Language | The language of the returned data. |
Task<CurrenciesModel>
A task that represents the asynchronous operation. The task result contains the list of all the available currencies.