C#获取文件的MD5码

public static string GetFileMD5(string FilePath)
        {
   try
            {
                FileStream get_file= new FileStream(FilePath, FileMode.Open, FileAccess.Read, FileShare.Read);
                System.Security.Cryptography.MD5CryptoServiceProvider get_md5= new System.Security.Cryptography.MD5CryptoServiceProvider();
       byte[] hash_byte = get_md5.ComputeHash(get_file);
       string resule = System.BitConverter.ToString(hash_byte);
                resule= resule.Replace("-", "");
                get_file.Close();
       return resule;
            }
   catch
            {
       return string.Empty;
            }
        }

网站栏目:C#获取文件的MD5码
转载来源:http://lszwz.com/article/gdogih.html

其他资讯

售后响应及时

7×24小时客服热线

数据备份

更安全、更高效、更稳定

价格公道精准

项目经理精准报价不弄虚作假

合作无风险

重合同讲信誉,无效全额退款