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

要寫入的字串。

傳回

Boolean

true 如果值可以格式化為範圍,則為 ;否則為 false

適用於