The members of Java.Text.DecimalFormat are listed below.
See Also: Inherited members from Java.Text.NumberFormat
| Constructs a new DecimalFormat for formatting and parsing numbers for the user's default locale. | ||
| Constructs a new DecimalFormat using the specified non-localized pattern and the DecimalFormatSymbols for the user's default Locale. | ||
| Constructs a new DecimalFormat using the specified non-localized pattern and DecimalFormatSymbols. |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| 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. |
ApplyLocalizedPattern(string)Changes the pattern of this decimal format to the specified pattern which uses localized pattern characters. | ||
ApplyPattern(string)Changes the pattern of this decimal format to the specified pattern which uses non-localized pattern characters. | ||
override | Format(Java.Lang.Object, Java.Lang.StringBuffer, FieldPosition)Formats a number into a supplied buffer. | |
override | Format(double, Java.Lang.StringBuffer, FieldPosition)Formats the specified double value as a string using the pattern of this number format and appends the string to the specified string buffer. | |
override | Format(long, Java.Lang.StringBuffer, FieldPosition)Formats the specified long value as a string using the pattern of this number format and appends the string to the specified string buffer. | |
override | Parse(string, ParsePosition)Parses a Long or Double from the specified string starting at the index specified by position. | |
ToLocalizedPattern()Returns the pattern of this decimal format using localized pattern characters. | ||
ToPattern()Returns the pattern of this decimal format using non-localized pattern characters. | ||