ArcFM Engine Developer Guide
ComputeMD5 Method


Syntax
'Declaration
 
Public Function ComputeMD5( _
   ByVal input() As Byte _
) As Byte()
'Usage
 
Dim instance As ZipWriter
Dim input() As Byte
Dim value() As Byte
 
value = instance.ComputeMD5(input)
public byte[] ComputeMD5( 
   byte[] input
)

Parameters

input
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ZipWriter Class
ZipWriter Members

 

 


Send Comment