Numerics.IsNumericType(Object) Method

Definition

Checks the type of the object, returning true if the object is a numeric type.

public static bool IsNumericType (object obj);
static member IsNumericType : obj -> bool

Parameters

obj
Object

The object to check

Returns

true if the object is a numeric type

Applies to