Click or drag to resize

CurrencyHelperGetCurrencyByCode Method

Gets the currency by code.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static Currency GetCurrencyByCode(
	string code
)

Parameters

code
Type: SystemString
The currency code.

Return Value

Type: Currency
Requested currency.
See Also