MemoryExtensions.TryWriteInterpolatedStringHandler.AppendLiteral 方法

定义

将指定的字符串写入处理程序。

public:
 bool AppendLiteral(System::String ^ value);
public bool AppendLiteral (string value);
member this.AppendLiteral : string -> bool
Public Function AppendLiteral (value As String) As Boolean

参数

value
String

要写入的字符串。

返回

true 如果值可以格式化为范围,则为 ;否则为 false

适用于