Click or drag to resize

BsonValueExplicit Conversion Operators

Overload List
  NameDescription
Public operatorStatic memberExplicit(BsonValue to Boolean)
Casts a BsonValue to a bool.
Public operatorStatic memberExplicit(BsonValue to Nullable<Boolean>)
Casts a BsonValue to a bool?.
Public operatorStatic memberExplicit(BsonValue toByte[])
Casts a BsonValue to a byte[].
Public operatorStatic memberExplicit(BsonValue to DateTime)
Casts a BsonValue to a DateTime.
Public operatorStatic memberExplicit(BsonValue to Nullable<DateTime>)
Casts a BsonValue to a DateTime?.
Public operatorStatic memberExplicit(BsonValue to Decimal)
Casts a BsonValue to a decimal.
Public operatorStatic memberExplicit(BsonValue to Nullable<Decimal>)
Casts a BsonValue to a decimal?.
Public operatorStatic memberExplicit(BsonValue to Decimal128)
Casts a BsonValue to a Decimal128.
Public operatorStatic memberExplicit(BsonValue to Nullable<Decimal128>)
Casts a BsonValue to a nullable Decimal128?.
Public operatorStatic memberExplicit(BsonValue to Double)
Casts a BsonValue to a double.
Public operatorStatic memberExplicit(BsonValue to Nullable<Double>)
Casts a BsonValue to a double?.
Public operatorStatic memberExplicit(BsonValue to Guid)
Casts a BsonValue to a Guid.
Public operatorStatic memberExplicit(BsonValue to Nullable<Guid>)
Casts a BsonValue to a Guid?.
Public operatorStatic memberExplicit(BsonValue to Int32)
Casts a BsonValue to an int.
Public operatorStatic memberExplicit(BsonValue to Nullable<Int32>)
Casts a BsonValue to an int?.
Public operatorStatic memberExplicit(BsonValue to Int64)
Casts a BsonValue to a long.
Public operatorStatic memberExplicit(BsonValue to Nullable<Int64>)
Casts a BsonValue to a long?.
Public operatorStatic memberExplicit(BsonValue to ObjectId)
Casts a BsonValue to an ObjectId.
Public operatorStatic memberExplicit(BsonValue to Nullable<ObjectId>)
Casts a BsonValue to an ObjectId?.
Public operatorStatic memberExplicit(BsonValue to Regex)
Casts a BsonValue to a Regex.
Public operatorStatic memberExplicit(BsonValue to String)
Casts a BsonValue to a string.
Top
See Also