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