Whether the given val is of integer or float.
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool isNumber(
Object val
)
Public Shared Function isNumber (
val As Object
) As Boolean
public:
static bool isNumber(
Object^ val
)
static member isNumber :
val : Object -> bool
Parameters
- val
- Type: SystemObject
Return Value
Type:
BooleanSee Also