SByte.IBinaryInteger<SByte>.TryWriteBigEndian Yöntem

Tanım

Geçerli değeri büyük endian biçiminde belirli bir yayılmaya yazmaya çalışır.

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

Parametreler

destination
Span<Byte>

Geçerli değerin yazılması gereken yayılma alanı.

bytesWritten
Int32

Bu yöntem döndürdüğünde, öğesine destinationyazılan bayt sayısını içerir.

Döndürülenler

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

Uygulamalar

Şunlara uygulanır