Enumeration Case 列挙ケース

NumberFormatter.Style.currencyAccounting

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

Declaration 宣言

case currencyAccounting = 10

Discussion 議論

This style behaves like the NumberFormatter.Style.currency style, except that negative numbers representations are surrounded by parentheses rather than preceded by a negative symbol. 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 €). この様式は、NumberFormatter.Style.currency様式のように振る舞います、しかし例外として負数表現が負の表象を前に置くのではなく丸括弧で囲まれます。例えば、en_USロケールにおいて、数値 -1234.5678 は ($1,234.57) のように表されます;fr_FRロケールでは、数値 -1234.5678 は (1 234,57 €) のように表されます。

See Also 参照

Formatting Styles 書式設定様式