You can use the String.Split or Regex.Split methods to split the string using any characters you like as delimiters but it's not clear from your question how you want the string to be split?
I'd imagine all the consecutive 'd's and 'r's together but not sure about the rest.
Anuja PawarPosted Jan 3, 2012, 2:08 AM
Use this function, pass ur string and length after which you want to break the string. Hope it helps
";
VulpesPosted Jan 2, 2012, 5:24 AM
I'd imagine all the consecutive 'd's and 'r's together but not sure about the rest.