Method ReadJavaScript
ReadJavaScript(IBsonReader, string)
Reads a BSON JavaScript element from the reader.
public static string ReadJavaScript(this IBsonReader reader, string name)
Parameters
readerIBsonReaderThe reader.
namestringThe name of the element.
Returns
- string
A string.