Java.Text.DecimalFormat: Property Members

The properties of Java.Text.DecimalFormat are listed below. For a list of all members, see the DecimalFormat Members list.

See Also: Inherited members from Java.Text.NumberFormat

Public Properties

DecimalFormatSymbolsDecimalFormatSymbols. Returns the DecimalFormatSymbols used by this decimal format.
DecimalSeparatorAlwaysShownbool. Indicates whether the decimal separator is shown when there are no fractional digits.
GroupingSizeint. Returns the number of digits grouped together by the grouping separator.
Multiplierint. Returns the multiplier which is applied to the number before formatting or after parsing.
NegativePrefixstring. Returns the prefix which is formatted or parsed before a negative number.
NegativeSuffixstring. Returns the suffix which is formatted or parsed after a negative number.
ParseBigDecimalbool. This value indicates whether the return object of the parse operation is of type BigDecimal.
PositivePrefixstring. Returns the prefix which is formatted or parsed before a positive number.
PositiveSuffixstring. Returns the suffix which is formatted or parsed after a positive number.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.