Click or drag to resize
ScanUtilsxeElementValueAsInt Method

» Asprise Scan Home · Developer's Guide

Extract value as int from JSON.

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 xeElementValueAsInt(
	XElement xe,
	string elementName,
	int defaultValue
)

Parameters

xe
Type: System.Xml.LinqXElement
elementName
Type: SystemString
defaultValue
Type: SystemInt32

Return Value

Type: Int32
See Also