Skip to content

StringTokenizer class

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

NameTypeDescription
StringTokenizer(StringBuilder source, string separators, string spaces)voidInitializes a new instance of the StringTokenizer class.
StringTokenizer(StringBuilder source, string separators)voidInitializes a new instance of the StringTokenizer class.
StringTokenizer(string s)voidInitializes a new instance of the StringTokenizer class.
NameTypeDescription
FirstToken()stringGet first token.
NextToken()stringReturns next token.