The members of Java.Text.NumberFormat are listed below.
See Also: Inherited members from Java.Text._Format
Used by subclasses. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | FractionField | int (1). Field constant identifying the fractional part of a number. |
const | IntegerField | int (0). Field constant identifying the integer part of a number. |
Currency | Java.Util.Currency. Returns the currency used by this number format. | |
[read-only] static | CurrencyInstance | NumberFormat. Returns a NumberFormat for formatting and parsing currency values for the user's default locale. |
GroupingUsed | bool. Indicates whether this number format formats and parses numbers using a grouping separator. | |
[read-only] static | Instance | NumberFormat. Returns a NumberFormat for formatting and parsing numbers for the default locale. |
[read-only] static | IntegerInstance | NumberFormat. Returns a NumberFormat for formatting and parsing integers for the user's default locale. |
MaximumFractionDigits | int. Returns the maximum number of fraction digits that are printed when formatting. | |
MaximumIntegerDigits | int. Returns the maximum number of integer digits that are printed when formatting. | |
MinimumFractionDigits | int. Returns the minimum number of fraction digits that are printed when formatting. | |
MinimumIntegerDigits | int. Returns the minimum number of integer digits that are printed when formatting. | |
[read-only] static | NumberInstance | NumberFormat. Returns a NumberFormat for formatting and parsing numbers for the user's default locale. |
ParseIntegerOnly | bool. Returns true if this number format only parses integer numbers. | |
[read-only] static | PercentInstance | NumberFormat. Returns a NumberFormat for formatting and parsing percentage values for the user's default locale. |
RoundingMode | Java.Math.RoundingMode. Returns the RoundingMode used by this NumberFormat. |
[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. |
Format(double)Formats the specified double using the rules of this number format. | ||
Format(long)Formats the specified long using the rules of this number format. | ||
override | Format(Java.Lang.Object, Java.Lang.StringBuffer, FieldPosition)Formats a number into a supplied buffer. | |
abstract | 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. | |
abstract | 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. | |
static | GetAvailableLocales()Returns an array of locales for which custom NumberFormat instances are available. | |
static | GetCurrencyInstance(Java.Util.Locale)Returns a NumberFormat for formatting and parsing currency values for the specified locale. | |
static | GetInstance(Java.Util.Locale)Returns a NumberFormat for formatting and parsing numbers for the specified locale. | |
static | GetIntegerInstance(Java.Util.Locale)Returns a NumberFormat for formatting and parsing integers for the specified locale. | |
static | GetNumberInstance(Java.Util.Locale)Returns a NumberFormat for formatting and parsing numbers for the specified locale. | |
static | GetPercentInstance(Java.Util.Locale)Returns a NumberFormat for formatting and parsing percentage values for the given locale. | |
Parse(string)Parses a Number from the specified string using the rules of this number format. | ||
abstract | Parse(string, ParsePosition)Parses a Number from the specified string starting at the index specified by position. | |
override | ParseObject(string, ParsePosition)Parses the specified string starting at the index specified by position. |