Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
Compute File CRCCalculate the CRC for a file in the filesystem.
Dim zipCrc As New ChilkatZipCrc Dim crc As Long crc = zipCrc.FileCrc("someFile.dat") Dim hexStr As String hexStr = zipCrc.ToHex(crc) Text1.Text = Text1.Text & hexStr & vbCrLf |
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.