Partager via


Crc32.HashToUInt32(ReadOnlySpan<Byte>) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Calcule le hachage CRC-32 des données fournies.

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

Paramètres

source
ReadOnlySpan<Byte>

Données à hacher.

Retours

Hachage CRC-32 calculé.

Attributs

S’applique à