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

thousandSeparator

The character the receiver uses as a thousand separator. レシーバが千位分離子として使う文字。

Declaration 宣言

@property(copy) NSString *thousandSeparator;

Discussion 議論

If you don’t have thousand separators enabled through any other means (such as format), using this method enables them. あなたが何らかの他の手段(たとえばformatなど)を通して可能にされる千位分離子それらを持たないならば、このメソッドを使うことでそれらを可能にしてください。

Special Considerations 特別な注意事項

This method is for use with formatters using NSNumberFormatterBehavior10_0 behavior. このメソッドは、NSNumberFormatterBehavior10_0挙動を使っているフォーマッタと共に使うためのものです。

See Also 参照

Configuring Separators and Grouping Size 分離子やグループサイズを構成設定する