- string
- the source string to parse.
- position
- input/output parameter, specifies the start index in string from where to start parsing. See the Returns section for a description of the output values.
Documentation for this section has not yet been entered.
Parses a double from the specified string starting at the index specified by position. The string is compared to the strings of this ChoiceFormat and if a match occurs then the lower bound of the corresponding range in the limits array is returned. If the string is successfully parsed then the index of the ParsePosition passed to this method is updated to the index following the parsed text.
If one of the format strings of this ChoiceFormat instance is found in string starting at position.getIndex() then
If none of the format strings is found in string then