System.Globalization.NumberFormatInfo.PercentGroupSeparator Property

Gets or sets the string that separates groups of digits to the left of the decimal in percent values.

Syntax

public string PercentGroupSeparator { get; set; }

Value

A string containing the group separator symbol used in percent values.

Exceptions

TypeReason
ArgumentNullExceptionThe value specified for a set operation is a null reference.
InvalidOperationExceptionThe current instance is read-only and a set operation was attempted.

Remarks

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.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0