Click or drag to resize

mxUtilsGetMd5Hash Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the Md5 hash for the given text.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static string GetMd5Hash(
	string text
)
Request Example View Source

Parameters

text
Type: SystemString
String whose Md5 hash should be returned.

Return Value

Type: String
Returns the Md5 hash for the given text.
See Also