Gets or sets the string to use as the per mille symbol.
OutputVar := instance.PerMilleSymbol
instance.PerMilleSymbol := Value
Value
MfString instance or var containing string.
Gets the string to use as the per mille symbol.
The default for InvariantInfo is is "‰", which is the Unicode character U+2030.
Sets the string to use as the per mille 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 PerMilleSymbol property is included in the result string when a numeric value is formatted with a format string that includes the "‰" .