Returns a string consisting of the Value of each of the attribute values in the map for the specified key, separated by the specified delimiter.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
string JoinValues(
	string key,
	string delimiter
)
Visual Basic (Declaration)
Function JoinValues ( _
	key As String, _
	delimiter As String _
) As String
Visual C++
String^ JoinValues(
	String^ key, 
	String^ delimiter
)

Parameters

key
Type: System..::.String
Key of the attribute values to join.
delimiter
Type: System..::.String
Delimiter that will separate the values in the joined string.

See Also