Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 663 Bytes

File metadata and controls

27 lines (18 loc) · 663 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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.