| Crc32 Methods | 
The Crc32 type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Compute(Byte) | 
            Computes the 32-bit CRC for an array of bytes.
             | 
|  | Compute(Byte, Int32) | 
            Computes the 32-bit CRC for an array of bytes.
             | 
|  | Compute(Byte, Int32, Int32) | 
            Computes the 32-bit CRC for an array of bytes.
             | 
|  | ComputeHex(Byte) | 
            Computes the 32-bit CRC hex string for an array of bytes.
             | 
|  | ComputeHex(Byte, Int32) | 
            Computes the 32-bit CRC hex string for an array of bytes.
             | 
|  | ComputeHex(Byte, Int32, Int32) | 
            Computes the 32-bit CRC hex string for an array of bytes.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also