BsonDoubleToDecimal128 Method |
Converts this BsonValue to a Decimal128.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax public override Decimal128 ToDecimal128()
Public Overrides Function ToDecimal128 As Decimal128
abstract ToDecimal128 : unit -> Decimal128
override ToDecimal128 : unit -> Decimal128
Return Value
Type:
Decimal128A Decimal128.
See Also