StringBuilder Extensions

Extension methods for the built-in StringBuilder type.

Appends the specified string to this instance.

Appends the specified string followed by the default line terminator to this instance.

Retrieves the last remembered appended string for this instance.

Returns the zero-based index position of the last occurrence of a specified Unicode character within this instance.

Last updated