Share via


PluralFormat.Parse(String, ParsePosition) Method

Definition

This method is not yet supported by PluralFormat.

[Android.Runtime.Register("parse", "(Ljava/lang/String;Ljava/text/ParsePosition;)Ljava/lang/Number;", "GetParse_Ljava_lang_String_Ljava_text_ParsePosition_Handler", ApiSince=24)]
public virtual Java.Lang.Number? Parse (string? text, Java.Text.ParsePosition? parsePosition);
[<Android.Runtime.Register("parse", "(Ljava/lang/String;Ljava/text/ParsePosition;)Ljava/lang/Number;", "GetParse_Ljava_lang_String_Ljava_text_ParsePosition_Handler", ApiSince=24)>]
abstract member Parse : string * Java.Text.ParsePosition -> Java.Lang.Number
override this.Parse : string * Java.Text.ParsePosition -> Java.Lang.Number

Parameters

text
String

the string to be parsed.

parsePosition
ParsePosition

defines the position where parsing is to begin, and upon return, the position where parsing left off. If the position has not changed upon return, then parsing failed.

Returns

nothing because this method is not yet implemented.

Attributes

Remarks

This method is not yet supported by PluralFormat.

Java documentation for android.icu.text.PluralFormat.parse(java.lang.String, java.text.ParsePosition).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to