Table of Contents

Method Create

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Create(object)

Creates a new BsonInt32.

public static BsonInt32 Create(object value)

Parameters

value object

An object to be mapped to a BsonInt32.

Returns

BsonInt32

A BsonInt32 or null.