Table of Contents

Method WriteDecimal128

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

WriteDecimal128(Decimal128)

Writes a BSON Decimal128 to the writer.

public override void WriteDecimal128(Decimal128 value)

Parameters

value Decimal128

The Decimal128 value.