Crc32.HashToUInt32(ReadOnlySpan<Byte>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 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 哈希。
- 屬性