Enumeration Case 列挙ケース

NSNumberFormatterCurrencyISOCodeStyle

A currency style format that uses the ISO 4217 currency code defined by the number formatter locale. ある通貨様式書式設定、それは数値フォーマッタロケールによって定義されるISO 4217通貨コードを使います。

Declaration 宣言

NSNumberFormatterCurrencyISOCodeStyle = kCFNumberFormatterCurrencyISOCodeStyle

Discussion 議論

This style behaves like the NSNumberFormatterCurrencyStyle 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. この様式は、NSNumberFormatterCurrencyStyle様式のように振る舞います、しかし例外として通貨表象は対応するISO 4217通貨コードと置き換えられます。例えば、en_USロケールにおいて、数値 1234.5678 は USD1,234.57 のように表されます;fr_FRロケールでは、数値 1234.5678 は 1 234,57 EUR のように表されます。

See Also 参照

Formatting Styles 書式設定様式