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