C# Class SunSync.Models.Tools

ファイルを表示 Open project: qiniu/QSunSync

Public Methods

Method Description
md5Hash ( string str ) : string

md5 hash in hex string

Method Details

md5Hash() public static method

md5 hash in hex string
public static md5Hash ( string str ) : string
str string str to hash
return string