BsonValue Conversion (BsonValue to Decimal128) |
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax public static explicit operator Decimal128 (
BsonValue value
)
Public Shared Narrowing Operator CType (
value As BsonValue
) As Decimal128
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: MongoDB.BsonBsonValue
The BsonValue.
Return Value
Type:
Decimal128A
Decimal128.
See Also