Method ReadInt32
ReadInt32(IBsonReader, string)
Reads a BSON Int32 element from the reader.
public static int ReadInt32(this IBsonReader reader, string name)
Parameters
reader
IBsonReaderThe reader.
name
stringThe name of the element.
Returns
- int
An Int32.