Reset the CRC-32 class - clear the CRC "remainder register."
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Reset()
Public Sub Reset
public: void Reset()
Remarks
Use this when employing a single instance of this class to compute multiple, distinct CRCs on multiple, distinct data blocks.