SByte.IBinaryInteger<SByte>.TryWriteBigEndian 方法

定義

嘗試以大到大到大的格式,將目前的值寫入指定的範圍。

 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

參數

destination
Span<Byte>

目前值應該寫入到其中的範圍。

bytesWritten
Int32

當此方法傳回時,包含寫入至 destination 的位元組數目。

傳回

true 如果值已成功寫入 , destination 則為 ,否則為 false

實作

適用於