are there a similar functions to explode/implode in the .net-framework?
or do i have to code it by myself?
|
feedback
|
|
String.Split() will explode, and String.Join() will implode. | |||
|
feedback
|