IntPtr.IBinaryInteger<IntPtr>.TryWriteBigEndian Metoda

Definice

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

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

Parametry

destination
Span<Byte>

Rozsah, do kterého má být aktuální hodnota zapsána.

bytesWritten
Int32

Když tato metoda vrátí, obsahuje počet bajtů zapsaných do destination.

Návraty

true pokud byla hodnota úspěšně zapsána do destination, v opačném případě false.

Implementuje

Platí pro