Property AsNullableBoolean
AsNullableBoolean
Casts the BsonValue to a Nullable{Boolean} (throws an InvalidCastException if the cast is not valid).
public bool? AsNullableBoolean { get; }
Property Value
- bool?
Casts the BsonValue to a Nullable{Boolean} (throws an InvalidCastException if the cast is not valid).
public bool? AsNullableBoolean { get; }