Crc32.HashToUInt32(ReadOnlySpan<Byte>) 方法

定义

重要

此 API 不符合 CLS。

计算所提供数据的 CRC-32 哈希。

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

参数

source
ReadOnlySpan<Byte>

要哈希的数据。

返回

计算的 CRC-32 哈希。

属性

适用于