| cStringBuilder ClassFast string builder for VB6Enums 
 Events 
 Properties Methods 
 Remarks VB can be slow to append strings together because of the continual reallocation of string size.  This class pre-allocates a string in blocks and hence removes the performance restriction. |