DecimalFormat.GroupingSeparator PropertyDecimalFormat.GroupingSeparator PropertyDecimalFormat::GroupingSeparator Property
              Gets or sets the character used for the grouping-sign, which is typically used as a thousands separator.
            
Property Value
Type: System.Int32System.Int32System::Int32
The Unicode codepoint of the grouping-sign.
Exceptions
| Exception | Condition | 
| ArgumentExceptionArgumentExceptionArgumentException | Raised if GroupingSeparatorGroupingSeparatorGroupingSeparator is set to an invalid value for an XML character. | 
Remarks
The default value is ","
