Method in CRC32
Gets the CRC-32 hash of s as a string containing 8 lowercase hexadecimal characters.
s
public static string GetChecksumString(string s)
This method converts the string to a UTF-8 encoding, and then computes a CRC32 checksum from those bytes.
string s
string
The string to get the checksum of.
The string containing the checksum.
Last updated 2 months ago
Was this helpful?