How do I calculate the CRC32 (Cyclic Redundancy Checksum) of a string in .NET?
+6
A:
This guy seems to have your answer.
http://damieng.com/blog/2006/08/08/Calculating_CRC32_in_C_and_NET
Pete
2008-08-11 19:43:31
I actually like @Pete's solution because it doesn't use a lookup table, but thanks for the VB.NET alternative.
Nick Berardi
2008-12-02 17:11:16