BsonTypeMapperMapToDotNetValue Method (BsonValue) |
Maps a BsonValue to a .NET value using the default BsonTypeMapperOptions.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.3.0
Syntax public static Object MapToDotNetValue(
BsonValue bsonValue
)
Public Shared Function MapToDotNetValue (
bsonValue As BsonValue
) As Object
static member MapToDotNetValue :
bsonValue : BsonValue -> Object
Parameters
- bsonValue
- Type: MongoDB.BsonBsonValue
The BsonValue.
Return Value
Type:
ObjectThe mapped .NET value.
See Also