IdeaBlade DevForce 2010 Help Reference
ToAggregateString Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > EnumerableFns Class : ToAggregateString Method



items
The enumerated items whose string formated elements will be concatenated
delimiter
Delimiter
Concatenates the string version of each element in a collection using the delimiter provided.

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Shared Function ToAggregateString( _
   ByVal items As IEnumerable, _
   ByVal delimiter As String _
) As String
Visual Basic (Usage)Copy Code
Dim items As IEnumerable
Dim delimiter As String
Dim value As String
 
value = EnumerableFns.ToAggregateString(items, delimiter)
C# 
[ExtensionAttribute()]
public static string ToAggregateString( 
   IEnumerable items,
   string delimiter
)
C++/CLI 
[ExtensionAttribute()]
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.