Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Format the content of the passed Object array as a delimited string.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static string ToDelimitedString(
	ICollection col,
	string delim
)

Parameters

col
Type: System.Collections..::.ICollection
The array.
delim
Type: System..::.String
The delimiter.

Return Value

The formated string.

See Also