Click or drag to resize
ConversionListIntToString Method
Create a string from a List of int

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static string ListIntToString(
	List<int> list,
	char separator,
	bool allowDuplicates
)

Parameters

list
Type: System.Collections.GenericListInt32
List of int objects
separator
Type: SystemChar
Separator to use (es: ',')
allowDuplicates
Type: SystemBoolean
The returned string contains duplicated values or not

Return Value

Type: String
Return strign object (es: "11,25,4324")
See Also