NAligner library v0.1

Tokenizer.NextToken Method (String)

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

public string NextToken(
   string delimiters
);

Parameters

delimiters
String containing the delimiters to use

Return Value

The string value of the token

See Also

Tokenizer Class | NAligner.util Namespace | Tokenizer.NextToken Overload List