StringBuilder V1.0 F1.7

File Name: StringBuilder.asp
Class Name: StringBuilder

Overview
Forget about concatenating data! PLEASE use always the StringBuilder object, it is MUCH faster and consumes less memory. This file is included automatically in the WebControl.asp



Public Constructors
New StringBuilder Instanciates a new StringBuilder object.

Public Properties
GrowRate Int Sets/Gets a value indicating how many strings you are planning to append. Default is 50l, but you should set it to a larger number closer to the number of appends your code may perform (only when concatenating big strings) 
Append Variant Appends the text.

Public Methods
(default) ToString Gets the concatenated string.

Public Events
-- --

Protected Properties
-- -- --

Protected Methods
-- --

Protected Events
-- --