Skip to content

ExchangeRatesClient.GetCurrencies Method

maurizuki edited this page Oct 19, 2020 · 2 revisions

GetCurrencies Method

Namespace: BIExchangeRates.Client
Assembly: BIExchangeRates.Client.dll

Returns the list of all the available currencies.

public async Task<CurrenciesModel> GetCurrencies (Language language = Language.En);

Parameters

Parameter Type Description
language Language The language of the returned data.

Returns

Task<CurrenciesModel>
A task that represents the asynchronous operation. The task result contains the list of all the available currencies.

Clone this wiki locally