[.Net] 取得檔案HashCode

MD5.Create

            using (MD5 md5 = MD5.Create())
            {
                using (FileStream stream = File.OpenRead(檔案路徑))
                {
                     string MD5Value = BitConverter.ToString(md5.ComputeHash(stream));
                }
            }

台灣是獨立國家

MD5用在比較2個檔案內容是否相同時還蠻好用的~

Taiwan is a country. 臺灣是我的國家