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
DecimalFormatSymbols | DecimalFormatSymbols. Returns the DecimalFormatSymbols used by this decimal format. | |
DecimalSeparatorAlwaysShown | bool. Indicates whether the decimal separator is shown when there are no fractional digits. | |
GroupingSize | int. Returns the number of digits grouped together by the grouping separator. | |
Multiplier | int. Returns the multiplier which is applied to the number before formatting or after parsing. | |
NegativePrefix | string. Returns the prefix which is formatted or parsed before a negative number. | |
NegativeSuffix | string. Returns the suffix which is formatted or parsed after a negative number. | |
ParseBigDecimal | bool. This value indicates whether the return object of the parse operation is of type BigDecimal. | |
PositivePrefix | string. Returns the prefix which is formatted or parsed before a positive number. | |
PositiveSuffix | string. Returns the suffix which is formatted or parsed after a positive number. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |