IReadOnlyArrayGetString Method |
Gets the value at the given index as a
String
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax string GetString(
int index
)
Parameters
- index
- Type: SystemInt32
The index to lookup
Return Value
Type:
StringThe value at the index, or
nullSee Also