DevForce Help Reference
ToAggregateString Method


The enumerated items whose string formated elements will be concatenated
Delimiter
Concatenates the string version of each element in a collection using the delimiter provided.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function ToAggregateString( _
   ByVal items As IEnumerable, _
   ByVal delimiter As String _
) As String
'Usage
 
Dim items As IEnumerable
Dim delimiter As String
Dim value As String
 
value = EnumerableFns.ToAggregateString(items, delimiter)
[Extension()]
public static string ToAggregateString( 
   IEnumerable items,
   string delimiter
)

Parameters

items
The enumerated items whose string formated elements will be concatenated
delimiter
Delimiter

Return Value

A delimited string
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EnumerableFns Class
EnumerableFns Members

Send Feedback