NumberDecimalDigits

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

NumberDecimalDigits

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

OutputVar := instance.NumberDecimalDigits
instance.NumberDecimalDigits := Value

Value

MfInteger instance or var containing integer.

Gets

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

Sets

Sets number of decimal places to use in numeric 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 NumberDecimalDigits property is used with the "F" and "N" standard format strings 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.