Click or drag to resize

Crc32ChecksumValueUInt32 Property

Gets or sets the the current CRC32 checksum computed so far.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public uint ValueUInt32 { get; set; }

Property Value

Type: UInt32
The CRC32 checksum computed so far.
See Also