Click or drag to resize
AkCommonMD5 Method
获取 md5 摘要算法后的结果。

结果字符串中 -(中划线)被替换为空字符串。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string MD5(
	string s
)

Parameters

s
Type: SystemString
源字符串。

Return Value

Type: String
计算后获得的32位字符串,如果异常则返回源字符串,如果源字符串为null则返回空字符串。
See Also