Int32.IBinaryInteger<Int32>.TryWriteBigEndian Метод

Определение

Пытается записать текущее значение в формате big-endian в заданный диапазон.

 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Значение , falseесли значение было успешно записаноdestination; в противном случае .

Реализации

Применяется к