BsonStreamAdapterReadDecimal128 Method  | 
 
            Reads a BSON Decimal128 from the stream.
            
 
    Namespace: 
   MongoDB.Bson.IO
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxpublic override Decimal128 ReadDecimal128()
Public Overrides Function ReadDecimal128 As Decimal128
abstract ReadDecimal128 : unit -> Decimal128 
override ReadDecimal128 : unit -> Decimal128 
Return Value
Type: 
Decimal128A 
Decimal128.
See Also