Enumeration Case 列挙ケース

NumberFormatter.Style.currencyPlural

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

Declaration 宣言

case currencyPlural = 9

Discussion 議論

This style behaves like the NumberFormatter.Style.currency style, except that the currency symbol is replaced by the corresponding pluralized denomination. For example, in the en_US locale, the number 1234.5678 is represented as 1,234.57 US dollars; in the fr_FR locale, the number 1234.5678 is represented as 1 234,57 euros. この様式は、NumberFormatter.Style.currency様式のように振る舞います、しかし例外として通貨表象は対応する複数形単位と置き換えられます。例えば、en_USロケールにおいて、数値 1234.5678 は 1,234.57 US dollars のように表されます;fr_FRロケールでは、数値 1234.5678 は 1 234,57 euros のように表されます。

See Also 参照

Formatting Styles 書式設定様式