Method WriteDecimal128
WriteDecimal128(Decimal128)
Writes a BSON Decimal128 to the stream.
public abstract void WriteDecimal128(Decimal128 value)Parameters
- valueDecimal128
- The value. 
Writes a BSON Decimal128 to the stream.
public abstract void WriteDecimal128(Decimal128 value)value Decimal128The value.