IReadOnlyDictionaryGetBlob Method |
Gets the value of a given key as a
Blob
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax Blob GetBlob(
string key
)
Parameters
- key
- Type: SystemString
The key to check the value for
Return Value
Type:
BlobThe contained value, or
nullSee Also