StringSegment.AppendToStringBuilder method

Appends the segment to the specified StringBuilder.

public void AppendToStringBuilder(StringBuilder stringBuilder)
parameter description
stringBuilder The StringBuilder.

See Also