Gets the CRC32 (Cyclic Redundancy Check) value of the file (returns 0 for directories).

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public MustOverride ReadOnly Property Crc32 As Long
	Get
C#
public abstract long Crc32 { get; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also