CRaPI - Correct Robust and Perfect API

Tokenizer Constructor 

Creates a Tokenizer of a string and and array of delimiters.

public Tokenizer(
   string pSource,
   params char[] pDelimiters
);

Parameters

pSource
The string to tokenize
pDelimiters
The delimiters to tokenize on

See Also

Tokenizer Class | TeamYaffa.CRaPI.Utility Namespace