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

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public bool CheckCRC32()
Visual Basic
Public Function CheckCRC32 As Boolean

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