CursorWindow.IsString(Int32, Int32) Method

Definition

Caution

deprecated

Returns true if the field at the specified row and column index has type Cursor#FIELD_TYPE_STRING or Cursor#FIELD_TYPE_NULL.

[Android.Runtime.Register("isString", "(II)Z", "GetIsString_IIHandler")]
[System.Obsolete("deprecated")]
public virtual bool IsString (int row, int column);
[<Android.Runtime.Register("isString", "(II)Z", "GetIsString_IIHandler")>]
[<System.Obsolete("deprecated")>]
abstract member IsString : int * int -> bool
override this.IsString : int * int -> bool

Parameters

row
Int32

The zero-based row index.

column
Int32

The zero-based column index.

Returns

True if the field has type Cursor#FIELD_TYPE_STRING or Cursor#FIELD_TYPE_NULL.

Attributes

Remarks

Returns true if the field at the specified row and column index has type Cursor#FIELD_TYPE_STRING or Cursor#FIELD_TYPE_NULL.

This member is deprecated. Use #getType(int, int) instead.

Java documentation for android.database.CursorWindow.isString(int, 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