Share via


ParsePosition.ErrorIndex Property

Definition

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

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

the index at which an error occurred

Attributes

Remarks

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

Added in 1.2.

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

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