C# Class DotNetOpenAuth.AspNet.Extentions.StringExtensions

Set of extension methods for string.
ファイルを表示 Open project: NorDroN/DotNetOpenAuth.AspNet.Extensions

Public Methods

Method Description
GetMd5Hash ( this input ) : string

Returns MD5 Hash of input.

Method Details

GetMd5Hash() public static method

Returns MD5 Hash of input.
public static GetMd5Hash ( this input ) : string
input this The line.
return string