Crc32
function Crc32(s As String) As String
Calculates the CRC32 value from the specified string s.
Parameters
Example:
Dim sChecksum
sChecksum = Crc32("This is a text")