Instance Property インスタンスプロパティ

numberFormatter

The number formatter used to format the numbers in a mass strings. 質量文字列の中の数値を書式設定するために使われる数値フォーマッタ。

Declaration 宣言

@property(copy) NSNumberFormatter *numberFormatter;

Discussion 議論

This property defaults to a number formatter using the NSNumberFormatterDecimalStyle style. You can provide a different number formatter to customize the mass string’s appearance. このプロパティは、省略時にはNSNumberFormatterDecimalStyleスタイルを使う数値フォーマッタです。あなたは、質量文字列の外観を好みに合わせて変更するために異なった数値書式設定を提供できます。

See Also 参照

Formatting Mass Strings 質量文字列を書式設定する