UniqueIntegerCollectionToString Method
This is used to get a string containing the values in the collection
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
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