Class to handle string concatenation more efficiently
Category:
String ManipulationType:
ApplicationsDifficulty:
BeginningAuthor:
Brian M. MatumburaVersion Compatibility: Visual Basic 6
More information:
This class speeds up string concatenation. Use the .Appen() method to append a string, and the .ToString method to return the current string.
The project shows the time difference when compared to the normal string concatenation using the "&" operator.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download stringconcatenationstringbuilder.zip