MD4GetByteHashFromString Method Bytescout Spreadsheet SDK
Returns a byte hash from a string

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

public byte[] GetByteHashFromString(
	string s
)

Parameters

s
Type: SystemString
string to hash

Return Value

Type: Byte
byte-array that contains the hash
See Also

Reference