UInt128.IBinaryInteger<UInt128>.TryWriteBigEndian メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の値をビッグ エンディアン形式で特定のスパンに書き込もうとします。
virtual bool System.Numerics.IBinaryInteger<System.UInt128>.TryWriteBigEndian(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten) = System::Numerics::IBinaryInteger<UInt128>::TryWriteBigEndian;
bool IBinaryInteger<UInt128>.TryWriteBigEndian (Span<byte> destination, out int bytesWritten);
abstract member System.Numerics.IBinaryInteger<System.UInt128>.TryWriteBigEndian : Span<byte> * int -> bool
override this.System.Numerics.IBinaryInteger<System.UInt128>.TryWriteBigEndian : Span<byte> * int -> bool
Function TryWriteBigEndian (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean Implements IBinaryInteger(Of UInt128).TryWriteBigEndian
パラメーター
- bytesWritten
- Int32
戻り値
true
値が正常に書き込まれたdestination
場合は 〟。それ以外の場合は . false