IntPtr.IBinaryInteger<IntPtr>.TryWriteLittleEndian Metoda

Definice

Pokusí se napsat aktuální hodnotu v malém endian formátu do daného rozsahu.

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

Parametry

destination
Span<Byte>
bytesWritten
Int32

Návraty

Boolean

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

Implementuje

Platí pro