FormatInterpolatedStringHandler.AppendLiteral Method
Definition
Appends a literal string to the message.
public void AppendLiteral(string literal);
Parameters
| Name | Type | Description |
|---|---|---|
| literal | String | The literal string to append. |
Appends a literal string to the message.
public void AppendLiteral(string literal);
| Name | Type | Description |
|---|---|---|
| literal | String | The literal string to append. |