Initializes a new class instance with a specified string to process
Initializes a new class instance with a specified string to process
public Tokenizer(string);
Initializes a new class instance with a specified string to process and the specified token delimiters to use
public Tokenizer(string,string);
Initializes a new class instance with a specified string to process, the specified token delimiters to use, and whether the delimiters must be included in the results.
public Tokenizer(string,string,bool);
Tokenizer クラス | OhymosNet 名前空間