Property AsNullableInt32
AsNullableInt32
Casts the BsonValue to a Nullable{Int32} (throws an InvalidCastException if the cast is not valid).
public int? AsNullableInt32 { get; }
Property Value
- int?
Casts the BsonValue to a Nullable{Int32} (throws an InvalidCastException if the cast is not valid).
public int? AsNullableInt32 { get; }