UInt64.IBinaryInteger<UInt64>.TryWriteBigEndian Método

Definição

Tenta gravar o valor atual, no formato big-endian, em um determinado intervalo.

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

Parâmetros

destination
Span<Byte>

O intervalo no qual o valor atual deve ser gravado.

bytesWritten
Int32

Quando este método é retornado, contém o número de bytes gravados em destination.

Retornos

true se o valor foi gravado destinationcom êxito em ; caso contrário, false.

Implementações

Aplica-se a