Table of Contents

Property AsNullableDecimal

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

AsNullableDecimal

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

public decimal? AsNullableDecimal { get; }

Property Value

decimal?