Gets or sets the string that separates groups of digits to the left of the decimal in percent values.
A string containing the group separator symbol used in percent values.
Type Reason ArgumentNullException The value specified for a set operation is a null reference. InvalidOperationException The current instance is read-only and a set operation was attempted.
The NumberFormatInfo.PercentGroupSeparator property is used with the "P" standard format string to define the symbol that separates groups of integers. For more information, see Standard Numeric Format Strings.