NAligner library v0.1

Tokenizer.NextToken Method

Returns the next token from the token list

Overload List

Returns the next token from the token list

public string NextToken();

Returns the next token from the source string, using the provided token delimiters

public string NextToken(string);

See Also

Tokenizer Class | NAligner.util Namespace