ZipEntry.Crc Property

Gets/Sets the crc of the uncompressed data.

[Visual Basic]
Public Property Crc As Long
[C#]
public long Crc {get; set;}

Exceptions

Exception TypeCondition
System.ArgumentOutOfRangeException if crc is not in 0..0xffffffffL

See Also

ZipEntry Class | ZipEntry Members | ICSharpCode.SharpZipLib.Zip Namespace