Home > @rushstack/node-core-library > IStringBuilder > toString
IStringBuilder.toString() method
Returns a single string containing all the text that was appended to the buffer so far.
Signature:
toString(): string;
Returns:
string
Remarks
This is a potentially expensive operation.