Table of Contents

Method NextTokenRequired

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

NextTokenRequired()

Advances to the NextToken, throwing an exception if not present.

public string NextTokenRequired()

Returns

string

The next token found

NextTokenRequired(bool)

Advances to the NextToken, throwing an exception if not present.

public string NextTokenRequired(bool allowQuotedToken)

Parameters

allowQuotedToken bool

Returns

string

The next token found