isNumeric property

bool isNumeric

True if this value is stored as numeric (int, BigInt, double) value.

Even if false is returned it might be possible to access value as number.

Implementation

bool get isNumeric;