UInt128.IBinaryInteger<UInt128>.TryWriteLittleEndian Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Pokusí se napsat aktuální hodnotu v malém endian formátu do daného rozsahu.
virtual bool System.Numerics.IBinaryInteger<System.UInt128>.TryWriteLittleEndian(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten) = System::Numerics::IBinaryInteger<UInt128>::TryWriteLittleEndian;
bool IBinaryInteger<UInt128>.TryWriteLittleEndian (Span<byte> destination, out int bytesWritten);
abstract member System.Numerics.IBinaryInteger<System.UInt128>.TryWriteLittleEndian : Span<byte> * int -> bool
override this.System.Numerics.IBinaryInteger<System.UInt128>.TryWriteLittleEndian : Span<byte> * int -> bool
Function TryWriteLittleEndian (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean Implements IBinaryInteger(Of UInt128).TryWriteLittleEndian
Parametry
- bytesWritten
- Int32
Návraty
true
pokud byla hodnota úspěšně zapsána do destination
; v opačném případě false
.