Gets the CRC32 (Cyclic Redundancy Check) value of the file.

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

Syntax

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

Remarks

This is only valid for files.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also