ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipEntry Class / CRC32 Property

In This Topic
    CRC32 Property
    In This Topic
    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