Ejemplo n.º 1
0
 public string ToMD5(string str = null)
 {
     return(ResultPipe(WebTool.EncryptStringMD5(str)));
 }