Class in Yarn.Utility
Inherits from System.Object
System.Object
Provides a method for generating CRC32 hashes of strings.
public static class CRC32
GetChecksum(byte[])
Computes a CRC32 checksum from the given bytes.
GetChecksum(string)
Computes a CRC32 checksum from the given string.
GetChecksumString(string)
Gets the CRC-32 hash of s as a string containing 8 lowercase hexadecimal characters.
s
Last updated 8 months ago
Was this helpful?