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