ComponentOne Zip for UWP
CRC32 Property

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipEntry Class : CRC32 Property
Gets the checksum calculated when the entry was compressed.
Syntax
'Declaration
 
Public ReadOnly Property CRC32 As System.Integer
public System.int CRC32 {get;}
Remarks
This value can be used to check the integrity of the entry when it is decompressed.
See Also

Reference

C1ZipEntry Class
C1ZipEntry Members