BsonConversions

Conversions from a BsonValue to string, int, int64, float, boolean, DateTime, and ObjectId options.

Static members

Static memberDescription
AsBoolean(value)
Signature: value:BsonValue -> bool option
AsDateTime(value)
Signature: value:BsonValue -> DateTime option
AsFloat(value)
Signature: value:BsonValue -> float option
AsInteger(value)
Signature: value:BsonValue -> int option
AsInteger64(value)
Signature: value:BsonValue -> int64 option
AsObjectId(value)
Signature: value:BsonValue -> ObjectId option
AsString(value)
Signature: value:BsonValue -> string option
Fork me on GitHub