BigInteger.IBinaryInteger<BigInteger>.TryWriteBigEndian Metodo

Definizione

Tenta di scrivere il valore corrente, in formato big-endian, in un determinato intervallo.

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

Parametri

destination
Span<Byte>
bytesWritten
Int32

Restituisce

Boolean

true se il valore è stato scritto correttamente in destination; in caso contrario, false.

Implementazioni

Si applica a