Gets the MD5 hash of the file specified by the path. The hash is a 32-character hexadecimal number.
path
public static string GetMd5HashFromFile(string path)
The path of the file.
The hash as a 32-character hexadecimal number.