Int32.IBinaryInteger<Int32>.TryWriteBigEndian Metoda

Definice

Pokusí se napsat aktuální hodnotu ve formátu big-endian do daného rozsahu.

 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

Parametry

destination
Span<Byte>
bytesWritten
Int32

Návraty

Boolean

true pokud byla hodnota úspěšně zapsána do destination; jinak , false.

Implementuje

Platí pro