Property IsNumber
IsNumber
Gets a value indicating whether this token is number.
public virtual bool IsNumber { get; }
Property Value
- bool
true
if this token is number; otherwise,false
.
Gets a value indicating whether this token is number.
public virtual bool IsNumber { get; }
true
if this token is number; otherwise, false
.