ChecksumGeneratorBase.Update Method (String, Encoding)

DotZLib

DotZLib .Net wrapper for ZLib1.dll

ChecksumGeneratorBase.Update Method (String, Encoding)

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

public void Update(
   string data,
   Encoding encoding
);

Parameters

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

Implements

ChecksumGenerator.Update

See Also

ChecksumGeneratorBase Class | DotZLib Namespace | ChecksumGeneratorBase.Update Overload List