Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Compute File CRCCalculate the CRC for a file in the filesystem.
Chilkat.ZipCrc zipCrc = new Chilkat.ZipCrc(); int crc; crc = zipCrc.FileCrc("someFile.dat"); string hexStr; hexStr = zipCrc.ToHex(crc); textBox1.Text += hexStr + "\r\n"; |
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.