StringBuilder: AppendQuick

AppendQuick

This function is designed to append strings quickly.



 Public Sub AppendQuick(
	  ByRef s As String )

Parameters

s
[ByRef] String. The string value to be appended.

Remarks

This method appends the entire string to the end of the StringBuilder. There is no return reference to the StringBuilder.

See Also

Project VBCorLib Overview Class StringBuilder Overview StringBuilder Properties StringBuilder Methods AppendLine AppendString