次の方法で共有


Int32.IBinaryInteger<Int32>.TryWriteBigEndian メソッド

定義

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

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

パラメーター

destination
Span<Byte>
bytesWritten
Int32

戻り値

Boolean

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

実装

適用対象