stringtokenizer-class
This class allows an application to break a string into tokens.
public class Korzh.EasyQuery.WinForms.StringTokenizer
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
| Name | Type | Description |
|---|---|---|
StringTokenizer(StringBuilder source, string separators, string spaces) | void | Initializes a new instance of the StringTokenizer class. |
StringTokenizer(StringBuilder source, string separators) | void | Initializes a new instance of the StringTokenizer class. |
StringTokenizer(string s) | void | Initializes a new instance of the StringTokenizer class. |
Methods
| Name | Type | Description |
|---|---|---|
| FirstToken() | string | Get first token. |
| NextToken() | string | Returns next token. |