Click or drag to resize
ScanUtilstoListOfString Method

» Asprise Scan Home · Developer's Guide

Convert list of objects to list of strings.

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 List<string> toListOfString(
	List<Object> objects,
	bool skipNullElements = true
)

Parameters

objects
Type: System.Collections.GenericListObject
skipNullElements (Optional)
Type: SystemBoolean

Return Value

Type: ListString
See Also