BinaryPrimitives.ReadUInt128BigEndian(ReadOnlySpan<Byte>) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Liest eine UInt128 von Anfang an eine schreibgeschützte Spanne von Bytes, als 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

Parameter

source
ReadOnlySpan<Byte>

Die schreibgeschützte Spanne, die gelesen werden soll.

Gibt zurück

Der große Endianwert.

Attribute

Ausnahmen

source ist zu klein, um ein UInt128.

Hinweise

Liest genau 16 Bytes vom Anfang der Spanne.

Gilt für: