Table of Contents

Method Create

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Create(object)

Creates a new BsonString.

public static BsonString Create(object value)

Parameters

value object

An object to be mapped to a BsonString.

Returns

BsonString

A BsonString or null.