Lire en anglais Modifier

Partager via


Crc32.HashToUInt32(ReadOnlySpan<Byte>) Method

Definition

Important

This API is not CLS-compliant.

Computes the CRC-32 hash of the provided data.

[System.CLSCompliant(false)]
public static uint HashToUInt32 (ReadOnlySpan<byte> source);

Parameters

source
ReadOnlySpan<Byte>

The data to hash.

Returns

The computed CRC-32 hash.

Attributes

Applies to

Produit Versions
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)