Last updated 4 months ago
Was this helpful?
Method in
Computes a CRC32 checksum from the given bytes.
public static uint GetChecksum(byte[] bytes)
byte[] bytes
byte[]
The bytes to generate a checksum for.
A CRC32 checksum derived from bytes .
bytes