DecimalFormat.GroupingSize PropertyDecimalFormat.GroupingSize PropertyDecimalFormat::GroupingSize Property

Gets or sets the grouping separator.

Syntax

Public Property GroupingSize As Integer
        Get
        Set(ByVal value As Integer)
public int GroupingSize { get; set; }
public:
property int GroupingSize {
    int get();
    void set(int value);
}
 

Property Value

Type: System.Int32System.Int32System::Int32

The grouping separator.