Method WriteDecimal128
WriteDecimal128(IBsonWriter, string, Decimal128)
Writes a BSON Decimal128 element to the writer.
public static void WriteDecimal128(this IBsonWriter writer, string name, Decimal128 value)Parameters
- writerIBsonWriter
- The writer. 
- namestring
- The name of the element. 
- valueDecimal128
- The Decimal128 value.