HtmlReader.ReadNextToken Method

The ReadNextToken() method advances to the next HTML token.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Function ReadNextToken As Boolean
'Usage
Dim instance As HtmlReader
Dim returnValue As Boolean

returnValue = instance.ReadNextToken()
public bool ReadNextToken()

Return Value

Type: System.Boolean
The ReadNextToken() method returns true if it advances to the next token; otherwise, the method returns false to indicate that there are no more tokens to read.