ParsePosition.ErrorIndex Property

Definition

Retrieve the index at which an error occurred, or -1 if the error index has not been set. -or- Set the index at which a parse error occurred.

public virtual int ErrorIndex { [Android.Runtime.Register("getErrorIndex", "()I", "GetGetErrorIndexHandler")] get; [Android.Runtime.Register("setErrorIndex", "(I)V", "GetSetErrorIndex_IHandler")] set; }
[<get: Android.Runtime.Register("getErrorIndex", "()I", "GetGetErrorIndexHandler")>]
[<set: Android.Runtime.Register("setErrorIndex", "(I)V", "GetSetErrorIndex_IHandler")>]
member this.ErrorIndex : int with get, set

Property Value

Int32

the index at which an error occurred

Attributes

Remarks

Property getter documentation:

Java documentation for java.text.ParsePosition.getErrorIndex().

Property setter documentation:

Java documentation for java.text.ParsePosition.setErrorIndex(int).

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