Share via


ISOCurrencyCodeHelper::getISOCurrencyName Method [AX 2012]

Returns the ISO Currency name for the given ISOCurrencyCodes enumeration value.

Syntax

client server public static ISOCurrencyName getISOCurrencyName(ISOCurrencyCodes _currencyCode)

Run On

Called

Parameters

Return Value

Type: ISOCurrencyName Extended Data Type
The numeric ISO Currency name for the given ISOCurrencyCodes enumeration value.

Remarks

Use this method to display the name of a given ISO currency code.

See Also

Reference

ISOCurrencyCodeHelper Class