Table of Contents

Property IsNumber

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

IsNumber

Gets a value indicating whether this token is number.

public override bool IsNumber { get; }

Property Value

bool

true if this token is number; otherwise, false.