[]
        
(Showing Draft Content)

C1.Document.Utils.IsNumber

IsNumber Method

IsNumber(object)

Checks whether object represents numeric value, i.e. it is byte, integer, float etc.

Declaration
public static bool IsNumber(object obj)
Parameters
Type Name Description
object obj

Object to check.

Returns
Type Description
bool

true if object represents numeric value, false otherwise.