CRC Check

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does VB.Net have any class that will calculate the CRC of a binary file or
byte array? If not, does anyone have any code that does this. Thanks.
 
Hi,

Sure. But, there are lots of CRCs possible. Do you have a specific one in
mind?

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004.
 
Thanks for link...it works great and just what I needed to calculate the
CRC-32 value.
 
CRC-32. However, I got the link from David and it works for me. Thanks for
answering my post.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top