[]
        
(Showing Draft Content)

C1.Zip.C1ZipEntry.CheckCRC32

CheckCRC32 Method

CheckCRC32()

Calculates a checksum value for the entry and compares it to the checksum that was stored when the entry was created.

Declaration
public bool CheckCRC32()
Returns
Type Description
bool

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.