Android.Text.Util.Rfc822Tokenizer.FindTokenStart Method
Returns the start of the token that ends at offset cursor within text.

Syntax

[Android.Runtime.Register("findTokenStart", "(Ljava/lang/CharSequence;I)I", "GetFindTokenStart_Ljava_lang_CharSequence_IHandler")]
public virtual int FindTokenStart (Java.Lang.ICharSequence text, int cursor)

Parameters

text
Documentation for this section has not yet been entered.
cursor
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the start of the token that ends at offset cursor within text.

[Android Documentation]

Requirements

Namespace: Android.Text.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1