Skip to content

StringTokenizer class

This class allows an application to break a string into tokens.

public class Korzh.EasyQuery.StringTokenizer
TypeNameDescription
StringFullTokenGets the full token string including quotes, brackets, etc.
TokenTypeLastBreakReturns the type of the last scan stop. It can be either space or separator.
Int32PositionReturns current position in the scanned string.
BooleanProcessAIdentsGets or sets a value indicating whether the tokenizer should recognize the identifiers placed in [] brackets.
Int32TokenStartReturns start position of the current token.
TokenTypeTokTypeGets the current token type.
TypeNameDescription
StringFirstToken()Get first token.
StringNextToken()Returns next token.