Speed Test: String Concatenation

added by BlackWasp
8/29/2011 6:24:47 AM

113 Views

C# and the .NET framework provide several ways in which strings may be concatenated by appending the contents of one string to those of another. Some methods use immutable strings directly, others use mutable data to achieve faster performance.


0 comments