BinaryPrimitives.ReadUInt128BigEndian(ReadOnlySpan<Byte>) Metódus

Definíció

Fontos

Ez az API nem CLS-kompatibilis.

A bájtok UInt128 írásvédett terjedelmének kezdetét olvassa be nagy endianként.

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

Paraméterek

source
ReadOnlySpan<Byte>

Az írásvédett tartomány az olvasáshoz.

Válaszok

A nagy endian érték.

Attribútumok

Kivételek

source túl kicsi ahhoz, hogy tartalmazzon egy UInt128.

Megjegyzések

Pontosan 16 bájtot olvas a span kezdetétől.

A következőre érvényes: