Unique Integer CollectionTo String Method
This is used to get a string containing the values in the collection
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
A string containing the values. Ranges of consecutive values are compressed into an "X-Y" format. For example: 1,10,15-20,30-35,100
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public override string ToString()VB
Public Overrides Function ToString As StringC++
public:
virtual String^ ToString() overrideF#
abstract ToString : unit -> string
override ToString : unit -> string Return Value
StringA string containing the values. Ranges of consecutive values are compressed into an "X-Y" format. For example: 1,10,15-20,30-35,100