Click or drag to resize

APIGetFileMD5Hash Method

Check MD5 hash of specified file.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string GetFileMD5Hash(
	string FilePath
)

Parameters

FilePath
Type: SystemString

[Missing <param name="FilePath"/> documentation for "M:AppRobotic.API.GetFileMD5Hash(System.String)"]

Return Value

Type: String
String containg MD5 hash, or error message.
See Also