DtpSplitString(String str, String delimiters)
DtpSplitString() parses str into tokens, called elements, based on the specified delimiters. After calling DtpSplitString(), you can call any of the DtpSplitString class methods to select and retrieve specific elements.
DtpSplitString MyString = new DtpSplitString("This,is a test",", ");