MD5Encrypt.GetFileMD5 Method

HD.Common

MD5EncryptGetFileMD5 Method Helper帮助文档
得到文件的md5值

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string GetFileMD5(
	string path
)
Public Shared Function GetFileMD5 ( 
	path As String
) As String
public:
static String^ GetFileMD5(
	String^ path
)
static member GetFileMD5 : 
        path : string -> string 

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:HD.Common.MD5Encrypt.GetFileMD5(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.MD5Encrypt.GetFileMD5(System.String)"]

See Also

Reference