BsonTypeMapperMapToDotNetValue Method (BsonValue) |
Maps a BsonValue to a .NET value using the default BsonTypeMapperOptions.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
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