Skip to content

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.