| ScanUtilsisInteger Method  | 
            Whether the given val is of byte, short, ushort, int, uint, long or ulong.
            
 
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)
Syntaxpublic static bool isInteger(
	Object val
)
Public Shared Function isInteger ( 
	val As Object
) As Boolean
public:
static bool isInteger(
	Object^ val
)
static member isInteger : 
        val : Object -> bool 
Parameters
- val
 - Type: SystemObject
 
Return Value
Type: 
Boolean
See Also