Calculates 32 bit cyclic redundancy check codes (CRC32). This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.


The following tables list the members exposed by Crc32.

Public Methods

Name Description
Public method Static Calculate Overloaded. Computes a CRC32 from an array of bytes
Public method Static CalculateToByteArray Computes a CRC32 from an array of bytes and returns an array of 4 bytes
Top

See Also