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