DK for .NET | TatukGIS.NDK.TGIS_Tokenizer | Constructors | Methods | Properties
| Name | Visibility | Description | |
|---|---|---|---|
| CurrentToken | public | Get a token at current Result list position. | |
| Eof | public | Is a token on the last Result list position. | |
| Execute(string, Char[]) | public | Do tokenizing. | |
| Execute(string, Char[], bool) | public | Do tokenizing. | |
| Execute(string, string) | public | Do tokenizing. | |
| Execute(string, string, bool) | public | Do tokenizing. | |
| ExecuteEx(string) | public | Do tokenizing of simple stream like "aaaa","aaaa",123,"aaaa". | |
| ExecuteEx(string, Char) | public | Do tokenizing of simple stream like "aaaa","aaaa",123,"aaaa". | |
| ExecuteEx(string, Char, Char) | public | Do tokenizing of simple stream like "aaaa","aaaa",123,"aaaa". | |
| MoveFirst | public | Move to the first token of Result list. | |
| MoveNext | public | Move to the next token of Result list. | |