Click or drag to resize

InnovatorScalcMD5 Method

Computes the MD5 hash value for the specified string.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public static string ScalcMD5(
	string val
)

Parameters

val
Type: SystemString
String to be encoded.

Return Value

Type: String
MD5 hash value.
See Also