Method ReadDecimal128
ReadDecimal128(IBsonReader, string)
Reads a BSON Decimal128 element from the reader.
public static Decimal128 ReadDecimal128(this IBsonReader reader, string name)Parameters
- readerIBsonReader
- The reader. 
- namestring
- The name of the element.