Home > @infiniteobjects/core-library-node > IStringBuilder > appendLine
Append the specified text to the buffer, followed by a new line.
Signature:
appendLine(text: string): void;
Returns:
void