Click or drag to resize
BsonValueToBoolean Method
Converts this BsonValue to a Boolean (using the JavaScript definition of truthiness).

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax
public virtual bool ToBoolean()

Return Value

Type: Boolean
A Boolean.
See Also