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

Definición

Importante

Esta API no es conforme a CLS.

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

public:
 static UInt128 ReadUInt128BigEndian(ReadOnlySpan<System::Byte> source);
[System.CLSCompliant(false)]
public static UInt128 ReadUInt128BigEndian(ReadOnlySpan<byte> source);
[<System.CLSCompliant(false)>]
static member ReadUInt128BigEndian : ReadOnlySpan<byte> -> UInt128
Public Shared Function ReadUInt128BigEndian (source As ReadOnlySpan(Of Byte)) As UInt128

Parámetros

source
ReadOnlySpan<Byte>

Intervalo de solo lectura que se va a leer.

Devoluciones

Valor big endian.

Atributos

Excepciones

sourcees demasiado pequeño para contener .UInt128

Comentarios

Lee exactamente 16 bytes desde el principio del intervalo.

Se aplica a