Substring.

AppendTo(StringBuilder) Method

Summary

Appends the characters of this Weaver.Substring to the specified `text`.

If this Weaver.Substring is currently invalid, it appends '\0' (the NUL char).
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
Substring

Syntax

public void AppendTo(StringBuilder text)

Parameters

Name Type Description
text StringBuilder

Return Value

Type Description
void