ComponentOne Zip for UWP
CheckCRC32 Method

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipEntry Class : CheckCRC32 Method
Calculates a checksum value for the entry and compares it to the checksum that was stored when the entry was created.
Syntax
'Declaration
 
Public Function CheckCRC32() As System.Boolean
public System.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

Reference

C1ZipEntry Class
C1ZipEntry Members