Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Method Create

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Create(object)

Creates a new BsonBinaryData.

public static BsonBinaryData Create(object value)

Parameters

value object

An object to be mapped to a BsonBinaryData.

Returns

BsonBinaryData

A BsonBinaryData or null.