Click or drag to resize
IBsonReaderReadString Method
Reads a BSON string from the reader.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntax
string ReadString()

Return Value

Type: String
A String.
See Also