Contents
SlavaSoft FastCRC Library Online Help
The following sample demonstrates how to use the FastCRC Type Library to calculate the CRC32 checksum for a string.
Visual Basic Example
Private Sub MyButton_Click()
Dim checksum As Long 'Calculate the checksum checksum = FCRC32_CalculateStr("Hello World!") 'Show the hexadecimal representation of the checksum MsgBox FCRC_LongToHex32(checksum, True)
End Sub
Type Library Overview | Type Library Functions | Useful Links | HashCalc