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) Version: 1.0.3844.0

Syntax

C#
public abstract long Crc32 { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property Crc32 As Long
Visual C++
public:
virtual property long long Crc32 {
	long long get () abstract;
}

See Also