Summary
Appends the `literal` with escape characters inserted as necessary.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- CSharpProcedural
Syntax
public static void AppendStringLiteral(StringBuilder text, string literal)
Parameters
Name | Type | Description |
---|---|---|
text | StringBuilder | |
literal | string |
Return Value
Type | Description |
---|---|
void |