计算并在标签中显示文件 MD5 哈希值
如何计算文件的 MD5 哈希值并将其显示在标签中?
How can the MD5 Hash of a file be calculated and displayed in a label?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何计算文件的 MD5 哈希值并将其显示在标签中?
How can the MD5 Hash of a file be calculated and displayed in a label?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
是的,这是可能的:
其中
GetMD5HashFromFile
函数可能如下所示:Yes it is possible:
where the
GetMD5HashFromFile
function could look like this:是的,这是可能的。当您计算文件的 MD5 哈希值时,您只需获取结果并将其作为 Label 控件的文本放入即可。那里没问题。
Yes, it's possible. When you calculate the MD5 Hash of a file you just need to take the result and place it in as the text of Label control. No problem there.