BasicTokenIterator.CreateToken(String, Int32, Int32) Method

Definition

Creates a new token to be returned.

[Android.Runtime.Register("createToken", "(Ljava/lang/String;II)Ljava/lang/String;", "GetCreateToken_Ljava_lang_String_IIHandler")]
protected virtual string? CreateToken (string? value, int start, int end);
[<Android.Runtime.Register("createToken", "(Ljava/lang/String;II)Ljava/lang/String;", "GetCreateToken_Ljava_lang_String_IIHandler")>]
abstract member CreateToken : string * int * int -> string
override this.CreateToken : string * int * int -> string

Parameters

value
String

the full header value from which to create a token

start
Int32

the index of the first token character

end
Int32

the index after the last token character

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