StringBuilder: AppendString

AppendString

This function is designed to append strings quickly.



 Public Sub AppendString(
	  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 instance returned.

See Also

Project CorLib Overview

Class StringBuilder Overview