Click or drag to resize

InnovatorcalcMD5 Method

Note: This API is now obsolete.

Computes the MD5 hash value for the specified string.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
[ObsoleteAttribute("Obsolete since 11 SP7. The method will be removed from future releases of IOM. Please use Innovator.ScalcMD5(string) instead", 
	true)]
public string calcMD5(
	string val
)

Parameters

val
Type: SystemString

Return Value

Type: String
MD5 hash value.
See Also