Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Test an object to see if it is an integer type.
public static bool IsInteger (this object value);
static member IsInteger : obj -> bool
<Extension()>
Public Function IsInteger (value As Object) As Boolean