NumberFormatter.Style.currencyISOCode
A currency style format that uses the ISO 4217 currency code defined by the number formatter locale.
Declaration
case currencyISOCodeDiscussion
This style behaves like the NumberFormatter.Style.currency style, except that the currency symbol is replaced by the corresponding ISO 4217 currency code. For example, in the en_US locale, the number 1234.5678 is represented as USD1,234.57; in the fr_FR locale, the number 1234.5678 is represented as 1 234,57 EUR.