UInt32.IBinaryInteger<UInt32>.TryWriteLittleEndian メソッド

定義

特定のスパンに現在の値をリトル エンディアン形式で書き込もうとします。

 virtual bool System.Numerics.IBinaryInteger<System.UInt32>.TryWriteLittleEndian(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten) = System::Numerics::IBinaryInteger<System::UInt32>::TryWriteLittleEndian;
bool IBinaryInteger<uint>.TryWriteLittleEndian (Span<byte> destination, out int bytesWritten);
abstract member System.Numerics.IBinaryInteger<System.UInt32>.TryWriteLittleEndian : Span<byte> * int -> bool
override this.System.Numerics.IBinaryInteger<System.UInt32>.TryWriteLittleEndian : Span<byte> * int -> bool
Function TryWriteLittleEndian (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean Implements IBinaryInteger(Of UInteger).TryWriteLittleEndian

パラメーター

destination
Span<Byte>

現在の値を書き込むスパン。

bytesWritten
Int32

このメソッドから戻るときに、destination に書き込まれたバイト数を格納します。

戻り値

true 値が に正常に書き込まれた場合は destination。それ以外の場合 falseは 。

実装

適用対象