getBlobAsString

open fun getBlobAsString(columnIndex: Int): String

Get the Blob a string. Well if this was Ada we would not need the “AsString” part as Ada supports overloading on return values. C++ and Java got that wrong.

Return

the value of that column as a string.

Parameters

columnIndex

the zero-based index of the target column.

See also

android.database.Cursor#getBlob(int)