Click or drag to resize

StringListToString Method (String)

Convert the list into a string of delimiter-separated values.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ToString(
	string delim
)

Parameters

delim
Type: SystemString
The delimiter to use. The deliminator may be of any length.

Return Value

Type: String
The list converted to a string.
See Also