A int containing the number of decimal places for numeric values.
Type Reason ArgumentOutOfRangeException The value specified for a set operation is less than 0 or greater than 99. InvalidOperationException The current instance is read-only and a set operation was attempted.
The NumberFormatInfo.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. For more information, see Standard Numeric Format Strings.