public static string ColumnString(IntPtr stmt, int index) { return(Marshal.PtrToStringUni(SQLite3.ColumnText16(stmt, index))); }