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

numberFormatter

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

Declaration 宣言

@property(copy) NSNumberFormatter *numberFormatter;

Discussion 議論

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

See Also 参照

Formatting Length Strings 長さ文字列を書式設定する