Method Create
Create(object)
Creates a new BsonString.
public static BsonString Create(object value)
Parameters
value
objectAn object to be mapped to a BsonString.
Returns
- BsonString
A BsonString or null.
Creates a new BsonString.
public static BsonString Create(object value)
value
objectAn object to be mapped to a BsonString.
A BsonString or null.