Java.Text.ParsePosition Class
Tracks the current position in a parsed string.

See Also: ParsePosition Members

Syntax

[Android.Runtime.Register("java/text/ParsePosition", DoNotGenerateAcw=true)]
public class ParsePosition : Java.Lang.Object

Remarks

Tracks the current position in a parsed string. In case of an error the error index can be set to the position where the error occurred without having to change the parse position.

[Android Documentation]

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1