OHyMoS.NET Class Library

Tokenizer コンストラクタ (String, String, Boolean)

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 source,
   string delimiters,
   bool includeDelims
);

パラメータ

source
String to tokenize
delimiters
String containing the delimiters
includeDelims
Determines if delimiters are included in the results.

参照

Tokenizer クラス | OhymosNet 名前空間 | Tokenizer コンストラクタのオーバーロードの一覧