ChecksumGenerator.Update Method (String, Encoding)

DotZLib

DotZLib .Net wrapper for ZLib1.dll

ChecksumGenerator.Update Method (String, Encoding)

Updates the current checksum with the data from a string, using a specific encoding

void Update(
   string data,
   Encoding encoding
);

Parameters

data
The string to update the checksum with
encoding
The encoding to use

See Also

ChecksumGenerator Interface | DotZLib Namespace | ChecksumGenerator.Update Overload List