Returns one of the two possible BsonBoolean values.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax public static BsonBoolean Create(
Object value
)
Public Shared Function Create (
value As Object
) As BsonBoolean
static member Create :
value : Object -> BsonBoolean
Parameters
- value
- Type: SystemObject
An object to be mapped to a BsonBoolean.
Return Value
Type:
BsonBooleanA BsonBoolean or null.
See Also