Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


QueryToken

Creates a token from a string and a position.
Read time 1 minuteLast updated 5 days ago

Definition

QueryToken(string, int)

Creates a token from a string and a position.
public QueryToken(string text, int position)

Parameters

text

The value of the token.

position

The position of the token in the entire query string.

QueryToken(string, int, int)

Creates a token from a string and a position.
public QueryToken(string text, int position, int length)

Parameters

text

The value of the token.

position

The position of the token in the entire query string.

length

The length of the token.