ConstrainedFieldPosition.Start Property

Definition

Gets the INCLUSIVE start index for the current position.

public virtual int Start { [Android.Runtime.Register("getStart", "()I", "GetGetStartHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getStart", "()I", "GetGetStartHandler", ApiSince=31)>]
member this.Start : int

Property Value

The start index saved in the instance.

Attributes

Remarks

Gets the INCLUSIVE start index for the current position.

The return value is well-defined only after FormattedValue#nextPosition returns true.

Java documentation for android.icu.text.ConstrainedFieldPosition.getStart().

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