Click or drag to resize

DocumentGetInt Method

Gets the value of a given key as an Int32

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public int GetInt(
	string key
)

Parameters

key
Type: SystemString
The key to check the value for

Return Value

Type: Int32
The contained value, or its converted equivalent

Implements

IDictionaryObjectGetInt(String)
Remarks
true will be converted to 1, a Double value will be rounded, and everything else non-numeric will be 0
See Also