Method WriteDecimal128

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Bson.IO

Assembly

MongoDB.Bson.dll

WriteDecimal128(Decimal128)

Writes a BSON Decimal128 to the writer.

void WriteDecimal128(Decimal128 value)

Parameters

value Decimal128

The Decimal128 value.