Method FindStringElement
FindStringElement(IBsonReader, string)
Positions the reader to a string element by name.
public static string FindStringElement(this IBsonReader reader, string name)
Parameters
reader
IBsonReaderThe reader.
name
stringThe name of the element.
Returns
- string
True if the element was found.