Table of Contents

Method ReadInt64

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

ReadInt64(IBsonReader, string)

Reads a BSON Int64 element from the reader.

public static long ReadInt64(this IBsonReader reader, string name)

Parameters

reader IBsonReader

The reader.

name string

The name of the element.

Returns

long

An Int64.