public static string GetMD5Hash(
byte[] buffer,
int offset,
int length
)
Public Shared Function GetMD5Hash (
buffer As Byte(),
offset As Integer,
length As Integer
) As String
static member GetMD5Hash :
buffer : byte[] *
offset : int *
length : int -> string
[缺少 "M:TouchSocket.Core.MD5.GetMD5Hash(System.Byte[],System.Int32,System.Int32)" 的 <param name="buffer"/> 文档]
[缺少 "M:TouchSocket.Core.MD5.GetMD5Hash(System.Byte[],System.Int32,System.Int32)" 的 <param name="offset"/> 文档]
[缺少 "M:TouchSocket.Core.MD5.GetMD5Hash(System.Byte[],System.Int32,System.Int32)" 的 <param name="length"/> 文档]
[缺少 "M:TouchSocket.Core.MD5.GetMD5Hash(System.Byte[],System.Int32,System.Int32)" 的 <returns> 文档]