AppendLine
Appends the supplied string and a Carriage-Return/Linefeed to the end of the StringBuilder.
Public Function AppendLine(
Optional ByRef s As String ) As StringBuilder
Parameters
- s
-
[ByRef]
Optional.
String.
The string to append to the builder, followed by a Carraige-Return/Linefeed.
Return Values
StringBuilder - A reference to this instance of StringBuilder.
See Also
Project CorLib Overview
Class StringBuilder Overview