getStringOrNull

inline fun Cursor.getStringOrNull(index: Int): String?(source)

Returns the value of the requested column as a nullable string.

The result and whether this method throws an exception when the column type is not a string type is implementation-defined.

See also