Splitting a string

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I have string that I want to split. I want to split on a string, not just
one character. It looks like the Split method of a string
in C# only takes a character. I've tried Character array, and all that does
is splits on every character in the array separately, not as one string.
There has to be a way to do this. Please help.

thanks in advance. Mark
 
Back
Top