Home > @rushstack/node-core-library > StringBuilder > toString
StringBuilder.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.