Adds a string of Ansi characters to the digest
public int AddData( string s )
Public Function AddData ( _ s As String _ ) As Integer
0 on success or non-zero error code
See Example1
VB6/C equivalent: MD5_AddString
[Contents] [Index]