Table of Contents

Method WriteDecimal128

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

WriteDecimal128(IBsonWriter, string, Decimal128)

Writes a BSON Decimal128 element to the writer.

public static void WriteDecimal128(this IBsonWriter writer, string name, Decimal128 value)

Parameters

writer IBsonWriter

The writer.

name string

The name of the element.

value Decimal128

The Decimal128 value.