3
Answers

Split a String into Multiple

Saafia NM

Saafia NM

8y
417
1
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)