Table of Contents

Method Create

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Create(object)

Creates a new instance of the BsonValue class.

public static BsonValue Create(object value)

Parameters

value object

A value to be mapped to a BsonValue.

Returns

BsonValue

A BsonValue.