Method Create
Create(object)
Creates a new instance of the BsonValue class.
public static BsonValue Create(object value)
Parameters
value
objectA value to be mapped to a BsonValue.
Returns
- BsonValue
A BsonValue.
Creates a new instance of the BsonValue class.
public static BsonValue Create(object value)
value
objectA value to be mapped to a BsonValue.
A BsonValue.