DecimalFormat PropertiesDecimalFormat PropertiesDecimalFormat Properties

The DecimalFormatDecimalFormatDecimalFormat type exposes the following members.

Properties

 PropertyDescription
Public propertyDecimalSeparatorDecimalSeparatorDecimalSeparator Gets or sets the decimal separator.
Public propertyDigitDigitDigit Gets or sets the digit.
Public propertyGroupingSeparatorGroupingSeparatorGroupingSeparator Gets or sets the grouping separator.
Public propertyGroupingSizeGroupingSizeGroupingSize Gets or sets the grouping separator.
Public propertyInfinityInfinityInfinity Gets or sets the infinity.
Public propertyMinusSignMinusSignMinusSign Gets or sets the minus sign.
Public propertyNotANumberNotANumberNotANumber Gets or sets the NaN string.
Public propertyPatternSeparatorPatternSeparatorPatternSeparator Gets or sets the pattern separator.
Public propertyPercentPercentPercent Gets or sets the percent.
Public propertyPerMillePerMillePerMille Gets or sets the per mille.
Public propertyZeroDigitZeroDigitZeroDigit Gets or sets the zero digit.

Top