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