Mono Class Library: System.Globalization.NumberFormatInfo Overview | Members

System.Globalization.NumberFormatInfo.PercentGroupSeparator Property

Gets or sets the symbol used to separate groups of digits to the left of the decimal point in percent values. [Edit]

public string PercentGroupSeparator { set; get; }

Value

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

Exceptions

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

Remarks

The culture-invariant value for this property is ",". [Edit]

Requirements

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