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