Geotools.Net

StreamTokenizer.NextToken Method (Boolean)

Returns the next token.

[Visual Basic]
Overloads Public Function NextToken( _
   ByVal ignoreWhitespace As Boolean _
) As TokenType
[C#]
public TokenType NextToken(
   bool ignoreWhitespace
);

Parameters

ignoreWhitespace
Determines is whitespace is ignored. True if whitespace is to be ignored.

Return Value

The TokenType of the next token.

Remarks

Missing <remarks> documentation for M:Geotools.Utilities.StreamTokenizer.NextToken(System.Boolean)

See Also

StreamTokenizer Class | StreamTokenizer Members | Geotools.Utilities Namespace | StreamTokenizer.NextToken Overload List