Gets or sets the string to use as the percent symbol.
OutputVar := instance.PercentSymbol
instance.PercentSymbol := Value
Value
MfString instance or var containing string.
Gets the string to use as the percent symbol.
The default for InvariantInfo is "%".
Sets the string to use as the percent symbol.
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 string assigned to the PercentSymbol property is included in the result string when a numeric value is formatted with the "P" or with a format string that includes the "%" .