ParsePosition.Index Property

Definition

Retrieve the current parse position. -or- Set the current parse position.

public virtual int Index { [Android.Runtime.Register("getIndex", "()I", "GetGetIndexHandler")] get; [Android.Runtime.Register("setIndex", "(I)V", "GetSetIndex_IHandler")] set; }
[<get: Android.Runtime.Register("getIndex", "()I", "GetGetIndexHandler")>]
[<set: Android.Runtime.Register("setIndex", "(I)V", "GetSetIndex_IHandler")>]
member this.Index : int with get, set

Property Value

Int32

the current parse position

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

Java documentation for java.text.ParsePosition.setIndex(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