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

適用対象