InnovatorgetChecksum Method |
Computes the MD5 hash value for the specified file.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.20.39432
Syntaxpublic string getChecksum(
string pathToFile
)
Public Function getChecksum (
pathToFile As String
) As String
public String getChecksum(
String pathToFile
)
public function getChecksum(
pathToFile : String
) : String
Parameters
- pathToFile
- Type: SystemString
Path to file to be encoded.
Return Value
Type:
StringMD5 hash value.
See Also