| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > 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.