Initializes a new instance of the BsonString class.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public BsonString(
string value
)
Public Sub New (
value As String
)
new :
value : string -> BsonString
Parameters
- value
- Type: SystemString
The value.
See Also