TextUtils.GetOffsetAfter Method

Definition

Overloads

GetOffsetAfter(ICharSequence, Int32)
GetOffsetAfter(String, Int32)

GetOffsetAfter(ICharSequence, Int32)

[Android.Runtime.Register("getOffsetAfter", "(Ljava/lang/CharSequence;I)I", "")]
public static int GetOffsetAfter (Java.Lang.ICharSequence? text, int offset);
[<Android.Runtime.Register("getOffsetAfter", "(Ljava/lang/CharSequence;I)I", "")>]
static member GetOffsetAfter : Java.Lang.ICharSequence * int -> int

Parameters

offset
Int32

Returns

Attributes

Remarks

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

GetOffsetAfter(String, Int32)

public static int GetOffsetAfter (string? text, int offset);
static member GetOffsetAfter : string * int -> int

Parameters

text
String
offset
Int32

Returns

Remarks

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