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; } |