C# Class DevUtils.Hash.Md5

Md5 utils class
Afficher le fichier Open project: jornfilho/.net-Dev-Utils

Méthodes publiques

Méthode Description
ToMd5 ( this data ) : string

Convert string to md5 hash

Method Details

ToMd5() public static méthode

Convert string to md5 hash
public static ToMd5 ( this data ) : string
data this string to convert
Résultat string