String Concatenation in VB.NET

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: YGeek (YGeek_at_discussions.microsoft.com)
Date: 06/29/04


Date: Tue, 29 Jun 2004 15:06:01 -0700

Is there a performance issue with using & to do string concatenation versus using the String.Concat method? What is the best practice for doing string concatenation in VB.NET?