[]
        
(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)
Public Shared Function IsNumber(obj As Object) As Boolean
Parameters
Type Name Description
object obj

Object to check.

Returns
Type Description
bool

true if object represents numeric value, false otherwise.