Esempio n. 1
0
 public string DecodeBase64(string str)
 {
     return(ResultPipe(WebTool.DecodeBase64(str)));
 }