TypeLib Xojo support Plugin |
|
IHashAlgorithm.Update Method
Use this method to add data to the class that implements the IHashAlgorithm interface.
Update(
data as String)
Parameters
- data
- String to add to the stream.
Remarks
See Also
IHashAlgorithm Interface