コード例 #1
0
 public static void decode(string stringin, PicoBuffer bufferout)
 {
     PicoDLL.base64_decode_string(stringin, bufferout.getIntPtr());
 }