Method TryMapToBsonValue
TryMapToBsonValue(object, out BsonValue)
Tries to map an object to a BsonValue.
bool TryMapToBsonValue(object value, out BsonValue bsonValue)
Parameters
Returns
- bool
True if the mapping was successfull.
Tries to map an object to a BsonValue.
bool TryMapToBsonValue(object value, out BsonValue bsonValue)
True if the mapping was successfull.