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

Afficher le fichier Open project: jbrunken/ActiveForumsTapatalk

Méthodes publiques

Méthode 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 méthode

public static ToBytes ( this value ) : byte[]
value this
Résultat byte[]

ToMd5Hash() public static méthode

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