'Declaration Public Shared Function IsNumber( _ ByVal obj As System.Object _ ) As System.Boolean
public static System.bool IsNumber( System.object obj )
Parameters
- obj
- Object to check.
Return Value
true if object represents numeric value, false otherwise.