Creates hash digest in hex format of a text file, treating CR-LF pairs as a single LF
public static string HexFromTextFile( string fileName, HashAlgorithm hashAlg )
Public Shared Function HexFromTextFile ( _ fileName As String, _ hashAlg As HashAlgorithm _ ) As String
Message digest in hex format
Use for passing message digest of file between Unix and Windows systems.