ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipEntry Class / CRC32 Property

In This Topic
    CRC32 Property
    In This Topic
    Gets the checksum calculated when the entry was compressed.
    Syntax
    Public ReadOnly Property CRC32 As Integer
    public int CRC32 {get;}
    Remarks
    This value can be used to check the integrity of the entry when it is decompressed.
    See Also