Computes a CRC from an array of bytes and returns a positive int of range [0-65535]

Overload List

Name Description
Public method ComputeChecksum (Byte) Computes a CRC from an array of bytes and returns a positive int of range [0-65535]
Public method ComputeChecksum (String) Computes a CRC from a string

See Also