Click or drag to resize
ListExtrasSerialise Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string Serialise(
	List<Object> list,
	string sep = ", "
)

Parameters

list
Type: System.Collections.GenericListObject
sep (Optional)
Type: SystemString

Return Value

Type: String
See Also