BsonBoolean Conversion (Boolean to BsonBoolean) |
Converts a bool to a BsonBoolean.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public static implicit operator BsonBoolean (
bool value
)
Public Shared Widening Operator CType (
value As Boolean
) As BsonBoolean
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemBoolean
A bool.
Return Value
Type:
BsonBooleanA BsonBoolean.
See Also