|
ICurrencyGetCurrencyByIsoCode Method
|
Gets a Currency by ISO identifier.
Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+e7e3767923adbb9f0ecdf32b953b5fcc84ef0a32
SyntaxCurrency GetCurrencyByIsoCode(
string currencyIsoCode
)
Function GetCurrencyByIsoCode (
currencyIsoCode As String
) As Currency
Parameters
- currencyIsoCode String
- ISO identifier for the country.
Return Value
CurrencyCurrency object.
Exceptions
RemarksISO identifier should be given in the following format: ISO 4217
See Also