JsonTokenIsNumber Property |
Gets a value indicating whether this token is number.
Namespace:
MongoDB.Bson.IO
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public virtual bool IsNumber { get; }
Public Overridable ReadOnly Property IsNumber As Boolean
Get
abstract IsNumber : bool with get
override IsNumber : bool with get
Property Value
Type:
Booleantrue if this token is number; otherwise,
false.
See Also