BlobFactoryCreate Method (String, Byte) | 
 
            Creates an 
IBlob given a type and in memory content
            
 
    Namespace: 
   Couchbase.Lite
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntaxpublic static IBlob Create(
	string contentType,
	byte[] content
)
Parameters
- contentType
 - Type: SystemString
The binary type of the blob - content
 - Type: SystemByte
The content of the blob 
Return Value
Type: 
IBlobAn instantiated 
IBlob object
Exceptions
See Also