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
writer
IBsonWriterThe writer.
name
stringThe name of the element.
value
Decimal128The Decimal128 value.