Table of Contents

Method ToServerString

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

ToServerString(BsonType)

Maps a BsonType to its corresponding server string representation.

public static string ToServerString(this BsonType type)

Parameters

type BsonType

The input type to map.

Returns

string