Crc32.Update(UInt32, ReadOnlySpan<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.UInt32
- span
- System.ReadOnlySpan<System.Byte>
Returns
- System.UInt32