Share via


ISOCurrencyCodeHelper::getISOCurrencyCodesEnumFromISOAlpha Method [AX 2012]

Returns the ISOCurrencyCodes enumeration value for the specified CurrencyCodeISO value.

Syntax

client server public static ISOCurrencyCodes getISOCurrencyCodesEnumFromISOAlpha(CurrencyCodeISO _isoCurrencyCodeAlpha)

Run On

Called

Parameters

Return Value

Type: ISOCurrencyCodes Enumeration
The ISOCurrencyCodes enumeration value for the specified CurrencyCodeISO value.

Remarks

The CurrencyCodeISO value is the alpha currency code value. An example would be 'USD' or 'GBP'.

See Also

Reference

ISOCurrencyCodeHelper Class