Table of Contents

Method ReadDecimal128

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

ReadDecimal128(IBsonReader, string)

Reads a BSON Decimal128 element from the reader.

public static Decimal128 ReadDecimal128(this IBsonReader reader, string name)

Parameters

reader IBsonReader

The reader.

name string

The name of the element.

Returns

Decimal128

A Decimal128.