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