3
Reply

Split a String into Multiple

Saafia NM

Saafia NM

8 years ago
414
I want to split a string by comma while choosing the chunk size.
That is  
String="abcdefghij"
chunksize=3
output=abc,def,ghi,j 
 
I have to do it in c# (asp.net ).Please help me!!!

Answers (3)