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