UInt128.IBinaryInteger<UInt128>.TryWriteLittleEndian Yöntem

Tanım

Küçük endian biçimindeki geçerli değeri belirli bir yayılmaya yazmaya çalışır.

 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

Parametreler

destination
Span<Byte>
bytesWritten
Int32

Döndürülenler

Boolean

true değeri başarılı bir şekilde öğesine destinationyazıldıysa; aksi takdirde , false.

Uygulamalar

Şunlara uygulanır