Android.Test.Mock.MockCursor.GetBlob Method
Returns the value of the requested column as a byte array.

Syntax

[Android.Runtime.Register("getBlob", "(I)[B", "GetGetBlob_IHandler")]
public virtual byte[] GetBlob (int columnIndex)

Parameters

columnIndex
the zero-based index of the target column.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the value of the requested column as a byte array.

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

[Android Documentation]

Requirements

Namespace: Android.Test.Mock
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8