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

Overload List

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

See Also