Click or drag to resize
ScanUtilsxeElementValueAsString 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.LinqXElement
elementName
Type: SystemString
defaultValue (Optional)
Type: SystemString

Return Value

Type: String
See Also