ScanUtilstoListOfString Method |
Convert list of objects to list of strings.
Namespace: asprise_imaging_apiAssembly: 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
)
Public Shared Function toListOfString (
objects As List(Of Object),
Optional skipNullElements As Boolean = true
) As List(Of String)
public:
static List<String^>^ toListOfString(
List<Object^>^ objects,
bool skipNullElements = true
)
static member toListOfString :
objects : List<Object> *
?skipNullElements : bool
(* Defaults:
let _skipNullElements = defaultArg skipNullElements true
*)
-> List<string>
Parameters
- objects
- Type: System.Collections.GenericListObject
- skipNullElements (Optional)
- Type: SystemBoolean
Return Value
Type:
ListStringSee Also