Gets or sets the string to use as the decimal separator in percent values.
OutputVar := instance.PercentDecimalSeparator
instance.PercentDecimalSeparator := Value
Value
MfString instance or var containing string.
The string to use as the decimal separator in percent values
The default for InvariantInfo is ".".
Sets string to use as the decimal separator 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 or empty string.
The PercentDecimalSeparator property is used with the "P" standard format string to define the symbol that separates integral from fractional digits.