ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipEntry Class / CheckCRC32 Method

In This Topic
    CheckCRC32 Method
    In This Topic
    Calculates a checksum value for the entry and compares it to the checksum that was stored when the entry was created.
    Syntax
    Public Function CheckCRC32() As Boolean
    public bool CheckCRC32()

    Return Value

    True if the checksum values match, false otherwise.
    Remarks
    This method is used to check the integrity of the entries in the zip file. If the calculated checksum does not match the stored checksum, then either the zip file is corrupted or the program used to create the zip file is incompatible with C1Zip.
    See Also