UniqueIntegerCollectionToString 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: 2023.1.2.0
public override string ToString()

Return Value

String
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

See Also