[RESOLVED] C# equivalent to PHP implode()-VBForums
I used the string.split method on a very large string and I need to put it back together. I've used PHP for a long time and with it you just simply use the implode function to do this. What would be the C# equivalent to this function?...