Click or drag to resize

md5GetMd5Hash Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the MD5 hash for the string

Namespace:  imbSCI.Core.math
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static string GetMd5Hash(
	string input,
	bool useCache = true
)
Request Example View Source

Parameters

input
Type: SystemString
The input data to create hash for
useCache (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also