BsonValue Conversion (BsonValue to NullableDecimal) |
Casts a BsonValue to a decimal?.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax public static explicit operator Nullable<decimal> (
BsonValue value
)
Public Shared Narrowing Operator CType (
value As BsonValue
) As Nullable(Of Decimal)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: MongoDB.BsonBsonValue
The BsonValue.
Return Value
Type:
NullableDecimalA decimal?.
See Also