CSharpProcedural.

AppendStringLiteral(StringBuilder, string) Method

Summary

Appends the `literal` with escape characters inserted as necessary.

Syntax

public static void AppendStringLiteral(StringBuilder text, string literal)

Parameters

Name Type Description
text StringBuilder
literal string

Return Value

Type Description
void