Method ToBoolean
ToBoolean()
Converts this BsonValue to a Boolean (using the JavaScript definition of truthiness).
public virtual bool ToBoolean()
Returns
- bool
A Boolean.
Converts this BsonValue to a Boolean (using the JavaScript definition of truthiness).
public virtual bool ToBoolean()
A Boolean.