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.

적용 대상