Click or drag to resize

InnovatorgetChecksum Method

Computes the MD5 hash value for the specified file.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public string getChecksum(
	string pathToFile
)

Parameters

pathToFile
Type: SystemString
Path to file to be encoded.

Return Value

Type: String
MD5 hash value.
See Also