次の方法で共有


INumberBase<TSelf>.IUtf8SpanFormattable.TryFormat メソッド

定義

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

 override bool System.IUtf8SpanFormattable.TryFormat(Span<System::Byte> utf8Destination, [Runtime::InteropServices::Out] int % bytesWritten, ReadOnlySpan<char> format, IFormatProvider ^ provider) = IUtf8SpanFormattable::TryFormat;
override sealed bool IUtf8SpanFormattable.TryFormat (Span<byte> utf8Destination, out int bytesWritten, ReadOnlySpan<char> format, IFormatProvider provider);
abstract member System.IUtf8SpanFormattable.TryFormat : Span<byte> * int * ReadOnlySpan<char> * IFormatProvider -> bool
override this.System.IUtf8SpanFormattable.TryFormat : Span<byte> * int * ReadOnlySpan<char> * IFormatProvider -> bool
 Overrides NotOverridable Function TryFormat (utf8Destination As Span(Of Byte), ByRef bytesWritten As Integer, format As ReadOnlySpan(Of Char), provider As IFormatProvider) As Boolean Implements IUtf8SpanFormattable.TryFormat

パラメーター

utf8Destination
Span<Byte>

バイトのスパンとして書式設定されたこのインスタンスの値を書き込むスパン。

bytesWritten
Int32

このメソッドから制御が戻るときに、utf8Destinationで書き込まれたバイト数が格納されます。

format
ReadOnlySpan<Char>

utf8Destinationで許容される形式を定義する標準またはカスタム書式指定文字列を表す文字を含むスパン。

provider
IFormatProvider

utf8Destinationのカルチャ固有の書式設定情報を提供する省略可能なオブジェクト。

戻り値

書式設定が成功したかどうかを true します。それ以外の場合は、falseします。

実装

適用対象