Check MD5 hash of specified file.
Namespace:
AppRobotic
Assembly:
AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax public string GetFileMD5Hash(
string FilePath
)
Parameters
- FilePath
- Type: SystemString
[Missing <param name="FilePath"/> documentation for "M:AppRobotic.API.GetFileMD5Hash(System.String)"]
Return Value
Type:
StringString containg MD5 hash, or error message.
See Also