| BsonValue Conversion Operators | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | (BsonValue to Boolean) | 
            Casts a BsonValue to a bool.
             | 
|   | (BsonValue to NullableBoolean) | 
            Casts a BsonValue to a bool?.
             | 
|   | (BsonValue to Byte) | 
            Casts a BsonValue to a byte[].
             | 
|   | (BsonValue to DateTime) | 
            Casts a BsonValue to a DateTime.
             | 
|   | (BsonValue to NullableDateTime) | 
            Casts a BsonValue to a DateTime?.
             | 
|   | (BsonValue to Decimal) | 
            Casts a BsonValue to a decimal.
             | 
|   | (BsonValue to NullableDecimal) | 
            Casts a BsonValue to a decimal?.
             | 
|   | (BsonValue to Decimal128) | 
            Casts a BsonValue to a Decimal128.
             | 
|   | (BsonValue to NullableDecimal128) | 
            Casts a BsonValue to a nullable Decimal128?.
             | 
|   | (BsonValue to Double) | 
            Casts a BsonValue to a double.
             | 
|   | (BsonValue to NullableDouble) | 
            Casts a BsonValue to a double?.
             | 
|   | (BsonValue to Guid) | 
            Casts a BsonValue to a Guid.
             | 
|   | (BsonValue to NullableGuid) | 
            Casts a BsonValue to a Guid?.
             | 
|   | (BsonValue to Int32) | 
            Casts a BsonValue to an int.
             | 
|   | (BsonValue to NullableInt32) | 
            Casts a BsonValue to an int?.
             | 
|   | (BsonValue to Int64) | 
            Casts a BsonValue to a long.
             | 
|   | (BsonValue to NullableInt64) | 
            Casts a BsonValue to a long?.
             | 
|   | (BsonValue to ObjectId) | 
            Casts a BsonValue to an ObjectId.
             | 
|   | (BsonValue to NullableObjectId) | 
            Casts a BsonValue to an ObjectId?.
             | 
|   | (BsonValue to Regex) | 
            Casts a BsonValue to a Regex.
             | 
|   | (BsonValue to String) | 
            Casts a BsonValue to a string.
             | 
 See Also
See Also