Example #1
0
 public static string GetFileHashString(this HashAlgorithm hash, string s)
 {
     return(GetHashString(hash.GetFileHash(s)));
 }