StringBuilder
Description
- Derived from
-
IInternalBuffer<char [ ]>
Helper class for building (possibly large) string values.
Public / Methods
Append
10 overloads
Appends the given character count opt times.
Appends the given characters.
Appends the given characters.
Appends the given string.
Appends the given string.
Appends the given string.
Appends the string representation of the given boolean value.
Appends the string representation of the given object value.
Appends the string representation of the given integer number.
Appends the string representation of the given decimal number.
SetLineEnding
Specifies the LineEnding to use for subsequent calls to Newline.
Defaults to LineEnding.LF.