Table of Contents

Method ReadSymbol

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

ReadSymbol(IBsonReader, string)

Reads a BSON symbol element from the reader.

public static string ReadSymbol(this IBsonReader reader, string name)

Parameters

reader IBsonReader

The reader.

name string

The name of the element.

Returns

string

A string.