Tokenize a .NET System::String to make a string set, using whitespace, comma, and semicolon as delimiters
void tokenize(System::String ^ str, const char * sep = 0);
tokenize Method