Gets the CRC32 (Cyclic Redundancy Check) value of the file.
            
    Namespace: 
   Rebex.IO.Compression
    Assembly:
   Rebex.Zip (in Rebex.Zip.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Overrides ReadOnly Property Crc32 As Long Get | 
| C# | 
|---|
| public override long Crc32 { get; } | 
 Remarks
Remarks
            This is only valid for files.
            
 
     
     
     
     
    