ChecksumGeneratorBase.Update Method (String)

DotZLib

DotZLib .Net wrapper for ZLib1.dll

ChecksumGeneratorBase.Update Method (String)

Updates the current checksum with the data from a string

public void Update(
   string data
);

Parameters

data
The string to update the checksum with

Implements

ChecksumGenerator.Update

Remarks

The characters in the string are converted by the UTF-8 encoding

See Also

ChecksumGeneratorBase Class | DotZLib Namespace | ChecksumGeneratorBase.Update Overload List