[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.