Enumeration Case 列挙ケース

NumberFormatter.Style.currency

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

Declaration 宣言

case currency = 2

Discussion 議論

For example, in the en_US locale, the number 1234.5678 is represented as $1,234.57; in the fr_FR locale, the number 1234.5678 is represented as 1 234,57 €. 例えば、en_USロケールにおいて、数値 1234.5678 は $1,234.57 のように表されます;fr_FRロケールでは、数値 1234.5678 は 1 234,57 € のように表されます。

See Also 参照

Formatting Styles 書式設定様式