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

Syntax

[Android.Runtime.Register("getString", "(I)Ljava/lang/String;", "GetGetString_IHandler:Android.Database.ICursorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string GetString (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 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