Click or drag to resize
StringHelperToMD5 Method (Byte)
取得MD5 Hash值

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string ToMD5(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:X3Platform.Util.StringHelper.ToMD5(System.Byte[])"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Util.StringHelper.ToMD5(System.Byte[])"]

See Also