AbstractWindowedCursor.IsString(Int32) Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("isString", "(I)Z", "GetIsString_IHandler")]
[System.Obsolete("deprecated")]
public virtual bool IsString (int columnIndex);
[<Android.Runtime.Register("isString", "(I)Z", "GetIsString_IHandler")>]
[<System.Obsolete("deprecated")>]
abstract member IsString : int -> bool
override this.IsString : int -> bool

Parameters

columnIndex
Int32

Returns

Attributes

Remarks

This member is deprecated. Use #getType

Java documentation for android.database.AbstractWindowedCursor.isString(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to