Freigeben über


Crc32.HashToUInt32(ReadOnlySpan<Byte>) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Berechnet den CRC-32-Hash der bereitgestellten Daten.

public:
 static System::UInt32 HashToUInt32(ReadOnlySpan<System::Byte> source);
[System.CLSCompliant(false)]
public static uint HashToUInt32 (ReadOnlySpan<byte> source);
[<System.CLSCompliant(false)>]
static member HashToUInt32 : ReadOnlySpan<byte> -> uint32
Public Shared Function HashToUInt32 (source As ReadOnlySpan(Of Byte)) As UInteger

Parameter

source
ReadOnlySpan<Byte>

Die Daten, die gehasht werden sollen.

Gibt zurück

Der berechnete CRC-32-Hash.

Attribute

Gilt für: