The members of Java.Text.ChoiceFormat are listed below.
See Also: Inherited members from Java.Text.NumberFormat
Constructs a new ChoiceFormat with the strings and limits parsed from the specified pattern. | ||
Constructs a new ChoiceFormat with the specified double values and associated strings. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[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. |
ApplyPattern(string)Parses the pattern to determine new strings and ranges for this ChoiceFormat. | ||
override | Format(double, Java.Lang.StringBuffer, FieldPosition)Appends the string associated with the range in which the specified double value fits to the specified string buffer. | |
override | Format(long, Java.Lang.StringBuffer, FieldPosition)Appends the string associated with the range in which the specified long value fits to the specified string buffer. | |
GetFormats()Returns the strings associated with the ranges of this ChoiceFormat. | ||
GetLimits()Returns the limits of this ChoiceFormat. | ||
static | NextDouble(double)Returns the double value which is closest to the specified double but larger. | |
static | NextDouble(double, bool)Returns the double value which is closest to the specified double but either larger or smaller as specified. | |
override | Parse(string, ParsePosition)Parses a double from the specified string starting at the index specified by position. | |
static | PreviousDouble(double)Returns the double value which is closest to the specified double but smaller. | |
SetChoices(double[], string[])Sets the double values and associated strings of this ChoiceFormat. | ||
ToPattern()Returns the pattern of this ChoiceFormat which specifies the ranges and their associated strings. |