JsonReaderReadDecimal128 Method  | 
 
            Reads a BSON Decimal128 from the reader.
            
 
    Namespace: 
   MongoDB.Bson.IO
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntaxpublic override Decimal128 ReadDecimal128()
Public Overrides Function ReadDecimal128 As Decimal128
abstract ReadDecimal128 : unit -> Decimal128 
override ReadDecimal128 : unit -> Decimal128 
Return Value
Type: 
Decimal128A 
Decimal128.
Implements
IBsonReaderReadDecimal128
See Also