Share via


Crc32.Update(UInt32, ReadOnlySpan<Byte>) Method

Definition

public static uint Update (uint crc32, ReadOnlySpan<byte> span);
static member Update : uint32 * ReadOnlySpan<byte> -> uint32
Public Shared Function Update (crc32 As UInteger, span As ReadOnlySpan(Of Byte)) As UInteger

Parameters

crc32
UInt32

Returns

Applies to