Click or drag to resize

Crc32 Class

A utility class to compute CRC32.
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.HtmlAgilityPackCrc32

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
public class Crc32

The Crc32 type exposes the following members.

Constructors
  NameDescription
Public methodCrc32
Initializes a new instance of the Crc32 class
Top
Methods
  NameDescription
Public methodStatic memberCRC32Bytes
Compute a checksum for a given array of bytes.
Public methodStatic memberCRC32String
Compute a checksum for a given string.
Top
See Also