MemoryExtensions.TryWriteInterpolatedStringHandler 構造体

定義

補間された文字列を文字範囲に書式設定するために言語コンパイラによって使用されるハンドラーを提供します。

public: value class MemoryExtensions::TryWriteInterpolatedStringHandler
public ref struct MemoryExtensions.TryWriteInterpolatedStringHandler
type MemoryExtensions.TryWriteInterpolatedStringHandler = struct
Public Structure MemoryExtensions.TryWriteInterpolatedStringHandler
継承
MemoryExtensions.TryWriteInterpolatedStringHandler

コンストラクター

MemoryExtensions.TryWriteInterpolatedStringHandler(Int32, Int32, Span<Char>, Boolean)

挿入文字列を文字のスパンに書き込むのに使用するハンドラーを作成します。

MemoryExtensions.TryWriteInterpolatedStringHandler(Int32, Int32, Span<Char>, IFormatProvider, Boolean)

挿入文字列を文字のスパンに書き込むのに使用するハンドラーを作成します。

メソッド

AppendFormatted(Object, Int32, String)

指定した値をハンドラーに書き込みます。

AppendFormatted(ReadOnlySpan<Char>)

指定した値をハンドラーに書き込みます。

AppendFormatted(ReadOnlySpan<Char>, Int32, String)

指定した値をハンドラーに書き込みます。

AppendFormatted(String)

指定した値をハンドラーに書き込みます。

AppendFormatted(String, Int32, String)

指定した書式指定文字列を使用して、指定した値をハンドラーに書き込みます。

AppendFormatted<T>(T)

指定した値をハンドラーに書き込みます。

AppendFormatted<T>(T, Int32)

指定した値をハンドラーに書き込みます。

AppendFormatted<T>(T, Int32, String)

指定した書式指定文字列を使用して、指定した値をハンドラーに書き込みます。

AppendFormatted<T>(T, String)

指定した書式指定文字列を使用して、指定した値をハンドラーに書き込みます。

AppendLiteral(String)

指定した文字列をハンドラーに書き込みます。

適用対象