var groupingSeparator : String!
The string used by the receiver for a grouping separator.
グループ分離子に対してレシーバによって使われる文字列。
var usesGroupingSeparator : Bool
Determines whether the receiver displays the group separator.
レシーバがグループ分離子を表示するかどうかを決定します。
var thousandSeparator : String!
The character the receiver uses as a thousand separator.
レシーバが千位分離子として使う文字。
var hasThousandSeparators : Bool
Determines whether the receiver uses thousand separators.
レシーバが千位分離子を使うかどうかを決定します。
var decimalSeparator : String!
The character the receiver uses as a decimal separator.
レシーバが小数分離子として使う文字。
var alwaysShowsDecimalSeparator : Bool
Determines whether the receiver always shows the decimal separator, even for integer numbers.
レシーバが常に小数分離子を表示するかどうかを決定します、整数に対してさえもです。
var groupingSize : Int
The grouping size of the receiver.
レシーバのグループサイズ。
var secondaryGroupingSize : Int
The secondary grouping size of the receiver.
レシーバの副次グループサイズ。