Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntry Class / CRC32 Property

In This Topic
    CRC32 Property (C1ZipEntry)
    In This Topic
    エントリの圧縮時に計算されたチェックサムを取得します。
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CRC32 As Integer
    public int CRC32 {get;}
    Remarks
    この値を使用して、エントリを圧縮解除するときにエントリの整合性をチェックできます。
    See Also