Hierarchy

  • IStringBuilder

Implemented by

Methods

  • Append the value to the builder

    Parameters

    • value: string

    Returns void

  • Appends the value to the builder with a new line afterwards.

    Parameters

    • value: string

    Returns void

  • Clears all values from the StringBuilder.

    Returns void

  • Returns a string representation of the StringBuilder.

    Returns string

Generated using TypeDoc