PDF for UWP | ComponentOne
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 Integer
    public int CRC32 {get;}
    Remarks
    This value can be used to check the integrity of the entry when it is decompressed.
    See Also