Converts the List to a CSV String.

Syntax

ISList.ToCsvString([sort], [sortDescending])

Parameters

NameTypeOptionalByRefDescription
sort Boolean Optional Indicates whether to return a CSV String or Sorted values. If omitted, a value of False is assumed.
sortDescending Boolean Optional If sorting, indicates whether to Sort in a Descending order. If omitted, a value of False is assumed.

Return Value

String

A String value.

Member of:
ISList
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0