OHyMoS.NET Class Library

Tokenizer コンストラクタ

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 名前空間