stack

Home > @infiniteobjects/core-library-node > IStringBuilder > appendLine

IStringBuilder.appendLine() method

Append the specified text to the buffer, followed by a new line.

Signature:

appendLine(text: string): void;

Parameters

Parameter Type Description
text string  

Returns:

void