FileGetHashMD5Async
Description: the method determines the MD5 Hash code of the specified file
Syntax: FileGetHashMD5Async(string filename)
Return value: string
Example:
string hash = await tester.FileGetHashMD5Async("C:\\download\\logo.png");
Created with the Personal Edition of HelpNDoc: Easily create Help documents