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

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

Parameters

list
Type: System.Collections.GenericListString
List of string 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: "name,lastname,address")
See Also