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