Extensions.Append(StringBuilder, StringSegment) Method

Definition

Adds the given StringSegment to the StringBuilder.

public static System.Text.StringBuilder Append (this System.Text.StringBuilder builder, Microsoft.Extensions.Primitives.StringSegment segment);

Parameters

builder
StringBuilder

The StringBuilder to add to.

segment
StringSegment

The StringSegment to add.

Returns

The original StringBuilder.

Applies to