点击或拖拽改变大小

SoftBasicCalculateStreamMD5 方法

重载列表
  名称说明
公共方法静态成员代码示例CalculateStreamMD5(Bitmap)
获取内存图片的md5码
Get the MD5 code of the memory picture
公共方法静态成员代码示例CalculateStreamMD5(Stream)
获取数据流的md5码
Get the MD5 code for the data stream
公共方法静态成员CalculateStreamMD5(String)
获取文本字符串信息的Md5码,编码为UTF8
Get the Md5 code of the text string information, using the utf-8 encoding
公共方法静态成员CalculateStreamMD5(String, Encoding)
获取文本字符串信息的Md5码,使用指定的编码
Get the Md5 code of the text string information, using the specified encoding
Top
参见