C# Class DotNetNuke.Modules.ActiveForumsTapatalk.Extensions.StringExtensions

显示文件 Open project: jbrunken/ActiveForumsTapatalk

Public Methods

Method Description
ToBytes ( this value ) : byte[]
ToMd5Hash ( this value ) : string

Convert a input string to a byte array and compute the hash.

Method Details

ToBytes() public static method

public static ToBytes ( this value ) : byte[]
value this
return byte[]

ToMd5Hash() public static method

Convert a input string to a byte array and compute the hash.
public static ToMd5Hash ( this value ) : string
value this Input string.
return string