Link Search Menu Expand Document

MD4GetByteHashFromString Method

Returns a byte hash from a string

Namespace:Bytescout.Spreadsheet.BaseClasses
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-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