Table of Contents

Method NextToken

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

NextToken()

Advances to the NextToken.

public bool NextToken()

Returns

bool

true if next token was found, false if at end of string

NextToken(bool)

Advances to the NextToken

public bool NextToken(bool allowQuotedToken)

Parameters

allowQuotedToken bool

Returns

bool

true if next token was found, false if at end of string

NextToken(bool, char)

Advances to the NextToken. A separator character can be specified which overrides the one previously set.

public bool NextToken(bool allowQuotedToken, char separator)

Parameters

allowQuotedToken bool
separator char

Returns

bool

true if next token was found, false if at end of string