BinaryPrimitives.ReadUInt64BigEndian(ReadOnlySpan<Byte>) Método

Definición

Importante

Esta API no es conforme a CLS.

Lee desde UInt64 el principio de un intervalo de bytes de solo lectura, como big endian.

public:
 static System::UInt64 ReadUInt64BigEndian(ReadOnlySpan<System::Byte> source);
[System.CLSCompliant(false)]
public static ulong ReadUInt64BigEndian(ReadOnlySpan<byte> source);
[<System.CLSCompliant(false)>]
static member ReadUInt64BigEndian : ReadOnlySpan<byte> -> uint64
Public Shared Function ReadUInt64BigEndian (source As ReadOnlySpan(Of Byte)) As ULong

Parámetros

source
ReadOnlySpan<Byte>

Intervalo de bytes de solo lectura que se va a leer.

Devoluciones

Valor big endian.

Atributos

Excepciones

sourcees demasiado pequeño para contener .UInt64

Comentarios

Lee exactamente 8 bytes desde el principio del intervalo.

Se aplica a