MD4GetHexHashFromBytes Method Bytescout Spreadsheet SDK
Returns a string that contains the hexadecimal hash

Namespace:  Bytescout.Spreadsheet.BaseClasses
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public string GetHexHashFromBytes(
	byte[] b
)

Parameters

b
Type: SystemByte
byte-array to input

Return Value

Type: String
String that contains the hex of the hash
See Also

Reference