MemoryExtensions.TryWriteInterpolatedStringHandler.AppendLiteral 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
bool AppendLiteral(System::String ^ value);
public bool AppendLiteral (string value);
member this.AppendLiteral : string -> bool
Public Function AppendLiteral (value As String) As Boolean
參數
傳回
-
Boolean
true
如果值可以格式化為範圍,則為 ;否則為 false
。
適用於