PercentDecimalDigits

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

PercentDecimalDigits

Gets or sets the number of decimal places to use in percent values.

OutputVar := instance.PercentDecimalDigits
instance.PercentDecimalDigits := Value

Value

MfInteger instance or var containing integer.

Gets

Gets number of decimal places to use in percent values.
The default for InvariantInfo is 2.

Sets

Sets number of decimal places to use in percent values.

Throws

Throws MfInvalidOperationException if the property is being set and the MfNumberFormatInfo is read-only.
Throws MfArgumentOutOfRangeException if the property is being set to a value that is less than 0 or greater than 99..

Remarks

The PercentDecimalDigits property is used with the "P" standard format string without a precision specifier in numeric formatting operations. It defines the default number of fractional digits that appear after the decimal separator. This value is overridden if a precision specifier is used.