Table of Contents

Property AsNullableInt32

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

AsNullableInt32

Casts the BsonValue to a Nullable{Int32} (throws an InvalidCastException if the cast is not valid).

public int? AsNullableInt32 { get; }

Property Value

int?