Click or drag to resize
ScanUtils.xeElementValueAsString Method

» Asprise Scan Home · Developer's Guide

Extract value as string 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 string xeElementValueAsString(
	XElement xe,
	string elementName,
	string defaultValue = null
)

Parameters

xe
Type: System.Xml.Linq.XElement
elementName
Type: System.String
defaultValue (Optional)
Type: System.String

Return Value

Type: String
See Also