BsonValueImplicit Conversion (Nullable<Int64> to BsonValue) |
Converts a long? to a BsonValue.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntaxpublic static implicit operator BsonValue (
long? value
)
Public Shared Widening Operator CType (
value As Long?
) As BsonValue
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: System.Nullable<Int64>
A long?.
Return Value
Type:
BsonValueA BsonValue.
See Also