This function is designed to append strings quickly.
Public Sub AppendString( ByRef s As String )
This method appends the entire string to the end of the StringBuilder. There is no instance returned.
Project CorLib Overview
Class StringBuilder Overview