IUtf8SpanFormattable インターフェイス

定義

オブジェクトの文字列表現を UTF-8 としてスパンに書式設定する機能を提供します。

public interface class IUtf8SpanFormattable
public interface IUtf8SpanFormattable
type IUtf8SpanFormattable = interface
Public Interface IUtf8SpanFormattable
派生

メソッド

TryFormat(Span<Byte>, Int32, ReadOnlySpan<Char>, IFormatProvider)

現在のインスタンスの値を UTF-8 として指定されたバイトスパンに書式設定しようとします。

適用対象