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.
| 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 |