Last updated 1 day ago
Was this helpful?
Method in
Computes a CRC32 checksum from the given string.
This method converts the string to a UTF-8 encoding, and then computes a CRC32 checksum from those bytes.
A CRC32 checksum derived from s .
s
public static uint GetChecksum(string s)
string s
string
The string to generate a checksum for.