UInt64.IBinaryInteger<UInt64>.TryWriteBigEndian Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- bytesWritten
- Int32
Quando este método é retornado, contém o número de bytes gravados em destination
.
Retornos
true
se o valor foi gravado destination
com êxito em ; caso contrário, false
.
Implementações
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.