Method Create
Create(object)
Returns one of the two possible BsonBoolean values.
public static BsonBoolean Create(object value)
Parameters
value
objectAn object to be mapped to a BsonBoolean.
Returns
- BsonBoolean
A BsonBoolean or null.
Returns one of the two possible BsonBoolean values.
public static BsonBoolean Create(object value)
value
objectAn object to be mapped to a BsonBoolean.
A BsonBoolean or null.