Gets or sets the string that separates groups of digits to the left of the decimal in percent values.
OutputVar := instance.PercentGroupSeparator
instance.PercentGroupSeparator := Value
Value
MfString instance or var containing string.
The string that separates groups of digits to the left of the decimal in percent values.
The default for InvariantInfo is ",".
Sets string that separates groups of digits to the left of the decimal in percent values.
Throws MfInvalidOperationException if the property is being set and the MfNumberFormatInfo is read-only.
Throws MfArgumentNullException if the property is being set to null.
The PercentGroupSeparator property is used with the "P" standard format string to define the symbol that separates groups of integers.