DecimalFormat PropertiesDecimalFormat PropertiesDecimalFormat Properties

The DecimalFormatDecimalFormatDecimalFormat type exposes the following members.

Properties

 PropertyDescription
Public propertyDecimalSeparatorDecimalSeparatorDecimalSeparator Gets or sets the character used for the decimal-separator-sign,
Public propertyDigitDigitDigit Gets or sets the character used for the digit-sign in the picture string.
Public propertyExponentSeparatorExponentSeparatorExponentSeparator Gets or sets the character used for the exponent-separator-sign.
Public propertyGroupingSeparatorGroupingSeparatorGroupingSeparator Gets or sets the character used for the grouping-sign, which is typically used as a thousands separator.
Public propertyInfinityInfinityInfinity Gets or sets the string used for the infinity-symbol.
Public propertyMinusSignMinusSignMinusSign Gets or sets the character used for the minus-symbol.
Public propertyNotANumberNotANumberNotANumber Gets or sets the string used for the NaN-symbol, which is used to represent the value NaN (not-a-number).
Public propertyPatternSeparatorPatternSeparatorPatternSeparator Gets or sets the character used for the pattern-separator-sign, which separates positive and negative sub-pictures in a picture string.
Public propertyPerMillePerMillePerMille Gets or sets the character used for the per-mille-sign.
Public propertyPercentPercentPercent Gets or sets the character used for the percent-sign.
Public propertyZeroDigitZeroDigitZeroDigit Gets or sets the character used for the digit-zero-sign.

Top