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