Return the MD5 hash of the provided byte array as a string
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- bytesToMd5
- Type: System Byte
The bytes which will be checksummed
Return Value
Type: StringThe MD5 checksum as a string
See Also