My Photo
Name:
Location: United States

Tuesday, May 30, 2006

Improve string concatenation performance

How to improve string concatenation performance in Visual Basic .NET or in Visual Basic 2005

The .NET Framework includes a StringBuilder class that is optimized for string concatenation. It provides the same benefits as using the Mid statement in previous versions of Visual Basic, as well as automatically growing the buffer size (if needed) and tracking the length for you.

0 Comments:

Post a Comment

<< Home