Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 731 Bytes

File metadata and controls

11 lines (8 loc) · 731 Bytes

IConstrainedStringBuilder

The IConstrainedStringBuilder interface does not include the Insertmethod. It serves as the return type for the Resetmethods, as inserting at a specific location after resetting the string is not viable.

Methods

Name Return type Description
Reset IConstrainedStringBuilder Reset the current string to an empty string
Append IStringBuilder Append the text to the current string and return it
ToString STRING Return the current string