Click or drag to resize

FragmentToBlob Method

Gets the contained value as a Blob

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public Blob ToBlob()

Return Value

Type: Blob
The cast contained value, or null
See Also