This class allows an application to break a string into tokens.
public class Korzh.EasyQuery.WinForms.StringTokenizer
Package: Korzh.EasyQuery.WinForms
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
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. |