Click or drag to resize
NumberFormatSettings Properties

The NumberFormatSettings type exposes the following members.

Properties
  Name Description
Public property AllowRounding
Public property CultureNativeDecimalSeparator
Gets the native decimal separator of the control's culture.
Public property DecimalDigits
Gets or sets the number of decimal places to use in numeric values
Public property DecimalSeparator
Gets or sets the string to use as the decimal separator in values.
Public property GroupSeparator
Gets or sets the string that separates groups of digits to the left of the decimal in values.
Public property GroupSizes
Gets or sets the number of digits in each group to the left of the decimal in values.
Public property KeepNotRoundedValue
Public property KeepTrailingZerosOnFocus
Public property NegativePattern
Gets or sets the format pattern for negative values.
Public property PositivePattern
Gets or sets the format pattern for positive values.
Public property ViewState
Top
See Also