Android.Database.MergeCursor.GetString Method
Returns the value of the requested column as a String.

Syntax

[Android.Runtime.Register("getString", "(I)Ljava/lang/String;", "GetGetString_IHandler")]
public override string GetString (int column)

Parameters

column
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 String.

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

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1