| Name | Description |
---|
  | Explicit(BsonValue to Boolean) |
Casts a BsonValue to a bool.
|
  | Explicit(BsonValue to Nullable<Boolean>) |
Casts a BsonValue to a bool?.
|
  | Explicit(BsonValue toByte[]) |
Casts a BsonValue to a byte[].
|
  | Explicit(BsonValue to DateTime) |
Casts a BsonValue to a DateTime.
|
  | Explicit(BsonValue to Nullable<DateTime>) |
Casts a BsonValue to a DateTime?.
|
  | Explicit(BsonValue to Decimal) |
Casts a BsonValue to a decimal.
|
  | Explicit(BsonValue to Nullable<Decimal>) |
Casts a BsonValue to a decimal?.
|
  | Explicit(BsonValue to Decimal128) | |
  | Explicit(BsonValue to Nullable<Decimal128>) | |
  | Explicit(BsonValue to Double) |
Casts a BsonValue to a double.
|
  | Explicit(BsonValue to Nullable<Double>) |
Casts a BsonValue to a double?.
|
  | Explicit(BsonValue to Guid) |
Casts a BsonValue to a Guid.
|
  | Explicit(BsonValue to Nullable<Guid>) |
Casts a BsonValue to a Guid?.
|
  | Explicit(BsonValue to Int32) |
Casts a BsonValue to an int.
|
  | Explicit(BsonValue to Nullable<Int32>) |
Casts a BsonValue to an int?.
|
  | Explicit(BsonValue to Int64) |
Casts a BsonValue to a long.
|
  | Explicit(BsonValue to Nullable<Int64>) |
Casts a BsonValue to a long?.
|
  | Explicit(BsonValue to ObjectId) |
Casts a BsonValue to an ObjectId.
|
  | Explicit(BsonValue to Nullable<ObjectId>) |
Casts a BsonValue to an ObjectId?.
|
  | Explicit(BsonValue to Regex) |
Casts a BsonValue to a Regex.
|
  | Explicit(BsonValue to String) |
Casts a BsonValue to a string.
|