 | Md5HelperMd5 方法 |
Sweet 开发框架
MD5 32位加密
命名空间:
Sweet.Common.DotNetEncrypt
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static string Md5(
string str
)
Public Shared Function Md5 (
str As String
) As String
static member Md5 :
str : string -> string
参数
- str
- 类型:SystemString
[缺少 "M:Sweet.Common.DotNetEncrypt.Md5Helper.Md5(System.String)" 的 <param name="str"/> 文档]
返回值
类型:
String[缺少 "M:Sweet.Common.DotNetEncrypt.Md5Helper.Md5(System.String)" 的 <returns> 文档]
参见