Calculates an Adler32 checksum for an ANSI string.
varCRC = CRCControlObject.Adler32String(Text, HexYN)The Adler32String Method has the following parts:
The string is passed through StrConv to convert it to ANSI format (since Visual Basic stores strings in Unicode). If you require a CRC for a Unicode string, it should be passed as a byte array to the Adler32Bytes method.