PerMilleSymbol

Namespace ›› System ›› MfNumberFormatInfo ›› Properties ››
Parent Previous Next

PerMilleSymbol

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

Gets the string to use as the per mille symbol.
The default for InvariantInfo is is "‰", which is the Unicode character U+2030.

Sets

Sets the string to use as the per mille symbol.

Throws

Throws MfInvalidOperationException if the property is being set and the MfNumberFormatInfo is read-only.
Throws MfArgumentNullException if the property is being set to null.

Remarks

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 "‰" .