I have a lot of string concatenation to do and I'm wondering if char[] is faster? Does it simply extend the buffer or are new buffers created every time?

What I am looking for is something like StringBuilder in C#.

Reply via email to