コード例 #1
0
ファイル: KouTranslator.cs プロジェクト: Banyc/Koubot.Plugin
 public string DecodeBase64(string str)
 {
     return(ResultPipe(WebTool.DecodeBase64(str)));
 }