ChecksumGenerator.Update Method (String)

DotZLib

DotZLib .Net wrapper for ZLib1.dll

ChecksumGenerator.Update Method (String)

Updates the current checksum with the data from a string

void Update(
   string data
);

Parameters

data
The string to update the checksum with

Remarks

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

See Also

ChecksumGenerator Interface | DotZLib Namespace | ChecksumGenerator.Update Overload List