NumberFormatInfo..::..PercentGroupSeparator Property
Gets or sets the string that separates groups of digits to the left of the decimal in percent values.
Namespace:
System.GlobalizationAssembly: Bridge (in Bridge.dll)
Syntax
[FieldPropertyAttribute] public string PercentGroupSeparator { get; set; }
<FieldPropertyAttribute> _ Public Property PercentGroupSeparator As String Get Set
[FieldPropertyAttribute] public: property String^ PercentGroupSeparator { String^ get (); void set (String^ value); }
Return Value
The string that separates groups of digits to the left of the decimal in percent values. The default for InvariantInfo is ",".Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | The property is being set to null. |
System..::..InvalidOperationException | The property is being set and the NumberFormatInfo object is read-only. |