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

groupingSeparator

The string used by the receiver for a grouping separator. グループ分離子に対してレシーバによって使われる文字列。

Declaration 宣言

@property(copy) NSString *groupingSeparator;

Discussion 議論

For example, the grouping separator used in the United States is the comma (“10,000”) whereas in France it is the space (“10 000”). 例えば、アメリカ合衆国で使われるグループ分離子はコンマ(“10,000”)ですが、フランスではそれは空白(“10 000”)です。

See Also 参照

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