1

Does dot net 3.5 provides some api to calculate crc32 for input data?I have got some links which provides source code to do so.But i want to use Dot Net Api's code.

Maddy.Shik
  • 6,411
  • 17
  • 65
  • 98

1 Answers1

3

There are no native code do calculate CRC32, but check this out: How do I calculate the CRC32 (Cyclic Redundancy Checksum) of a string in .NET?

Community
  • 1
  • 1
Rubens Farias
  • 55,782
  • 8
  • 132
  • 160