Click or drag to resize
ScanUtilstoInteger Method

» Asprise Scan Home · Developer's Guide

Any object to integer.

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int toInteger(
	Object val,
	int defaultValue = 0
)

Parameters

val
Type: SystemObject
defaultValue (Optional)
Type: SystemInt32
Fall back value if parse fails

Return Value

Type: Int32
See Also