StringBuilderExtensionAppendLine Method

Overload List

AppendLine(StringBuilder, ReadOnlyMemoryChar)Appends a copy of the specified read-only character memory region followed by the standard line terminator to the end of a StringBuilder object.
AppendLine(StringBuilder, ReadOnlySpanChar)Appends a copy of the specified read-only character span followed by the standard line terminator to the end of a StringBuilder object.

See Also