PercentSymbol

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

PercentSymbol

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

Gets the string to use as the percent symbol.
The default for InvariantInfo is "%".

Sets

Sets the string to use as the percent 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 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 "%" .