StreamTools MD5 Method ( Byte )NetworkComms.Net Help
Return the MD5 hash of the provided byte array as a string

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static string MD5(
	byte[] bytesToMd5
)

Parameters

bytesToMd5
Type:  OnlineSystem Byte 
The bytes which will be checksummed

Return Value

Type: OnlineString
The MD5 checksum as a string
See Also