Method ReadBinaryData
ReadBinaryData(IBsonReader, string)
Reads a BSON binary data element from the reader.
public static BsonBinaryData ReadBinaryData(this IBsonReader reader, string name)
Parameters
reader
IBsonReaderThe reader.
name
stringThe name of the element.
Returns
- BsonBinaryData
A BsonBinaryData.