Strings are immutable, the StringBuilder is mutable. The latter does not use Strings internally.
On Jan 30, 12:35 am, jay <[email protected]> wrote: > Does StringBuilder already do something like this? Or is what I have > here good? > > protected string JoinArgs( params string[] args ) > { > return String.Join( "", args ); > > > > }- Hide quoted text - > > - Show quoted text -
