CryptoSys API Library Manual

Md5.AddData Method (String)

Adds a string of Ansi characters to the digest

Syntax

[C#]
public int AddData(
	string s
)
[VB.NET]
Public Function AddData ( _
	s As String _
) As Integer

Parameters

s
String of Ansi characters

Return Value

0 on success or non-zero error code

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: MD5_AddString

[Contents] [Index]

[HOME]   [NEXT: Md5.BytesHash Method...]

Copyright © 2001-11 D.I. Management Services Pty Ltd. All rights reserved.