thousandSeparator
The character the receiver uses as a thousand separator.
Declaration
var thousandSeparator: String! { get set }Discussion
If you don’t have thousand separators enabled through any other means (such as format), using this method enables them.
Special Considerations
This method is for use with formatters using NSNumberFormatterBehavior10_0 behavior.