Casts the BsonValue to a Boolean (throws an InvalidCastException if the cast is not valid).
AsBsonArrayCasts the BsonValue to a BsonArray (throws an InvalidCastException if the cast is not valid).
AsBsonBinaryDataCasts the BsonValue to a BsonBinaryData (throws an InvalidCastException if the cast is not valid).
AsBsonDateTimeCasts the BsonValue to a BsonDateTime (throws an InvalidCastException if the cast is not valid).
AsBsonDocumentCasts the BsonValue to a BsonDocument (throws an InvalidCastException if the cast is not valid).
AsBsonJavaScriptCasts the BsonValue to a BsonJavaScript (throws an InvalidCastException if the cast is not valid).
AsBsonJavaScriptWithScopeCasts the BsonValue to a BsonJavaScriptWithScope (throws an InvalidCastException if the cast is not valid).
AsBsonMaxKeyCasts the BsonValue to a BsonMaxKey (throws an InvalidCastException if the cast is not valid).
AsBsonMinKeyCasts the BsonValue to a BsonMinKey (throws an InvalidCastException if the cast is not valid).
AsBsonNullCasts the BsonValue to a BsonNull (throws an InvalidCastException if the cast is not valid).
AsBsonRegularExpressionCasts the BsonValue to a BsonRegularExpression (throws an InvalidCastException if the cast is not valid).
AsBsonSymbolCasts the BsonValue to a BsonSymbol (throws an InvalidCastException if the cast is not valid).
AsBsonTimestampCasts the BsonValue to a BsonTimestamp (throws an InvalidCastException if the cast is not valid).
AsBsonUndefinedCasts the BsonValue to a BsonUndefined (throws an InvalidCastException if the cast is not valid).
AsBsonValueCasts the BsonValue to a BsonValue (a way of upcasting subclasses of BsonValue to BsonValue at compile time).
AsByteArrayCasts the BsonValue to a Byte[] (throws an InvalidCastException if the cast is not valid).
AsDateTime Obsolete.Casts the BsonValue to a DateTime in UTC (throws an InvalidCastException if the cast is not valid).
AsDecimalCasts the BsonValue to a
Decimal(throws an InvalidCastException if the cast is not valid).
AsDecimal128Casts the BsonValue to a
Decimal128(throws an InvalidCastException if the cast is not valid).
AsDoubleCasts the BsonValue to a Double (throws an InvalidCastException if the cast is not valid).
AsGuidCasts the BsonValue to a Guid (throws an InvalidCastException if the cast is not valid).
AsInt32Casts the BsonValue to an Int32 (throws an InvalidCastException if the cast is not valid).
AsInt64Casts the BsonValue to a Int64 (throws an InvalidCastException if the cast is not valid).
AsLocalTime Obsolete.Casts the BsonValue to a DateTime in the local timezone (throws an InvalidCastException if the cast is not valid).
AsNullableBooleanCasts the BsonValue to a Nullable{Boolean} (throws an InvalidCastException if the cast is not valid).
AsNullableDateTime Obsolete.Casts the BsonValue to a Nullable{DateTime} (throws an InvalidCastException if the cast is not valid).
AsNullableDecimalCasts the BsonValue to a Nullable{Decimal} (throws an InvalidCastException if the cast is not valid).
AsNullableDecimal128Casts the BsonValue to a Nullable{Decimal128} (throws an InvalidCastException if the cast is not valid).
AsNullableDoubleCasts the BsonValue to a Nullable{Double} (throws an InvalidCastException if the cast is not valid).
AsNullableGuidCasts the BsonValue to a Nullable{Guid} (throws an InvalidCastException if the cast is not valid).
AsNullableInt32Casts the BsonValue to a Nullable{Int32} (throws an InvalidCastException if the cast is not valid).
AsNullableInt64Casts the BsonValue to a Nullable{Int64} (throws an InvalidCastException if the cast is not valid).
AsNullableObjectIdCasts the BsonValue to a Nullable{ObjectId} (throws an InvalidCastException if the cast is not valid).
AsObjectIdCasts the BsonValue to an ObjectId (throws an InvalidCastException if the cast is not valid).
AsRegexCasts the BsonValue to a Regex (throws an InvalidCastException if the cast is not valid).
AsStringCasts the BsonValue to a String (throws an InvalidCastException if the cast is not valid).
AsUniversalTime Obsolete.Casts the BsonValue to a DateTime in UTC (throws an InvalidCastException if the cast is not valid).
BsonTypeGets the BsonType of this BsonValue.
IsBooleanTests whether this BsonValue is a Boolean.
IsBsonArrayTests whether this BsonValue is a BsonArray.
IsBsonBinaryDataTests whether this BsonValue is a BsonBinaryData.
IsBsonDateTimeTests whether this BsonValue is a BsonDateTime.
IsBsonDocumentTests whether this BsonValue is a BsonDocument.
IsBsonJavaScriptTests whether this BsonValue is a BsonJavaScript.
IsBsonJavaScriptWithScopeTests whether this BsonValue is a BsonJavaScriptWithScope.
IsBsonMaxKeyTests whether this BsonValue is a BsonMaxKey.
IsBsonMinKeyTests whether this BsonValue is a BsonMinKey.
IsBsonNullTests whether this BsonValue is a BsonNull.
IsBsonRegularExpressionTests whether this BsonValue is a BsonRegularExpression.
IsBsonSymbolTests whether this BsonValue is a BsonSymbol .
IsBsonTimestampTests whether this BsonValue is a BsonTimestamp.
IsBsonUndefinedTests whether this BsonValue is a BsonUndefined.
IsDateTime Obsolete.Tests whether this BsonValue is a DateTime.
IsDecimal128Tests whether this BsonValue is a Decimal128.
IsDoubleTests whether this BsonValue is a Double.
IsGuidTests whether this BsonValue is a Guid.
IsInt32Tests whether this BsonValue is an Int32.
IsInt64Tests whether this BsonValue is an Int64.
IsNumericTests whether this BsonValue is a numeric value.
IsObjectIdTests whether this BsonValue is an ObjectId .
IsStringTests whether this BsonValue is a String.
IsValidDateTimeTests whether this BsonValue is a valid DateTime.
ItemInt32Gets or sets a value by position (only applies to BsonDocument and BsonArray).
ItemStringGets or sets a value by name (only applies to BsonDocument).
RawValue Obsolete.Gets the raw value of this BsonValue (or null if this BsonValue doesn't have a single scalar value).
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4