number_group_separator property

number_group_separator property

Gets or sets the character that separates groups of digits to the left of the decimal in numeric values. Default is the group separator of current Region.

Definition:

@property
def number_group_separator(self):
    ...
@number_group_separator.setter
def number_group_separator(self, value):
    ...

See Also