BsonValueIsNumeric Property |
Tests whether this BsonValue is a numeric value.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public bool IsNumeric { get; }
Public ReadOnly Property IsNumeric As Boolean
Get
member IsNumeric : bool with get
Property Value
Type:
BooleanSee Also