ISOCurrencyCodeHelper::getISOCurrencyCodeAlpha Method [AX 2012]
Returns the alpha ISO currency code value for the given ISOCurrencyCodes enumeration value.
Syntax
client server public static CurrencyCodeISO getISOCurrencyCodeAlpha(ISOCurrencyCodes _currencyCode)
Run On
Called
Parameters
- _currencyCode
Type: ISOCurrencyCodes Enumeration
The ISOCurrencyCodes enumeration value that represents a specific ISO currency code.
Return Value
Type: CurrencyCodeISO Extended Data Type
The alpha ISO currency code value for the given ISOCurrencyCodes enumeration value.
Remarks
Use this method in conditional logic that depends on a particular ISO currency code.