Table of Contents

Method ReadBinaryData

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

ReadBinaryData(IBsonReader, string)

Reads a BSON binary data element from the reader.

public static BsonBinaryData ReadBinaryData(this IBsonReader reader, string name)

Parameters

reader IBsonReader

The reader.

name string

The name of the element.

Returns

BsonBinaryData

A BsonBinaryData.