Exemple #1
0
        public string to_string()
        {
            // TODO free
            IntPtr ptr = PicoDLL.buffer_copy_to_new_string(handle);

            return(Marshal.PtrToStringAnsi(ptr));
        }