Creates an MD5 checksum of a file
public static string GetChecksumFromFile(string file, string hashAlgorithm)
Return Value
BinHex file hash
Parameters
file
hashAlgorithm
SHA256, SHA512, SHA1, MD5
See also:
Class FileUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic