国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

得到文件的MD5值

2019-11-17 02:00:46
字體:
來源:轉載
供稿:網友

得到文件的md5

/// <summary>        /// 得到文件的MD5值        /// </summary>        /// <param name="Path">文件路徑</param>        /// <returns></returns>        public static string GetFileMD5Code(string Path)        {            try            {                if (System.IO.File.Exists(Path))                {                    System.IO.FileStream Get_File = new System.IO.FileStream(Path, System.IO.FileMode.Open, System.IO.Fileaccess.Read, System.IO.FileShare.Read);                    System.Security.Cryptography.MD5CryptoServicePRovider Get_MD5 = new System.Security.Cryptography.MD5CryptoServiceProvider();                    byte[] Hash_byte = Get_MD5.ComputeHash(Get_File);                    string Result = System.BitConverter.ToString(Hash_byte);                    Result = Result.Replace("-", "");                    return Result;                }                else                {                    return "文件路徑錯誤!";                }                         }            catch (Exception e)            {               return e.Message;            }        }
View Code


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 德惠市| 天门市| 类乌齐县| 龙海市| 临漳县| 姜堰市| 岐山县| 临泉县| 綦江县| 得荣县| 绥棱县| 文成县| 达尔| 汾西县| 玉屏| 东城区| 乌兰浩特市| 东丽区| 康保县| 海兴县| 满城县| 灵山县| 泸溪县| 丰镇市| 镇赉县| 十堰市| 从江县| 武山县| 保定市| 临洮县| 岫岩| 金沙县| 永州市| 长泰县| 哈巴河县| 枣强县| 抚州市| 河池市| 平武县| 波密县| 岚皋县|