Enumeration Case 列挙ケース

NSNumberFormatterSpellOutStyle

A style format in which numbers are spelled out in the language defined by the number formatter locale. ある様式書式設定、それで数値フォーマッタロケールによって定義される言語において数値が完全に綴られます

Declaration 宣言

NSNumberFormatterSpellOutStyle = kCFNumberFormatterSpellOutStyle

Discussion 議論

For example, in the en_US locale, the number 1234.5678 is represented as one thousand two hundred thirty-four point five six seven eight; in the fr_FR locale, the number 1234.5678 is represented as mille deux cent trente-quatre virgule cinq six sept huit. 例えば、en_USロケールにおいて、数値 1234.5678 は one thousand two hundred thirty-four point five six seven eight のように表されます;fr_FRロケールでは、数値 1234.5678 は mille deux cent trente-quatre virgule cinq six sept huit のように表されます。

This style is supported for most user locales. If this style doesn't support the number formatter locale, the en_US locale is used as a fallback. この様式は、ほとんどのユーザロケールに対してサポートされます。この様式が数値フォーマッタロケールをサポートしないならば、en_USロケールが最後の拠り所として使われます。

See Also 参照

Formatting Styles 書式設定様式