Return Value
A System.String with the same value as the SQLiteBlob.
...
SQLiteBlob myBlob = myReader.GetSQLiteBlob(myReader.GetOrdinal("TextColumnName"));
Console.WriteLine(myBlob.ToString());
...
... Dim Blob As SQLiteBlob = myReader.GetSQLiteBlob(myReader.GetOrdinal("TextColumnName")) Console.WriteLine(myBlob.ToString()) ...