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

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

Parameters

list
Type: System.Collections.GenericListGuid
List of Guid 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: "bfd7992e-15f7-4f82-89a9-87b2302284eb,ee3c3128-7adc-4733-bfcf-de440559e39b,8e1ee8ef-cbee-4f61-8644-0d84e0dd7a59")
See Also