Click or drag to resize

IFragmentInt Property

Gets the contained value as an Int32

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
int Int { get; }

Property Value

Type: Int32
Remarks
true will be converted to 1, a Double value will be rounded, and everything else non-numeric will be 0
See Also