The methods 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
| 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. | ||