[This is preliminary documentation and is subject to change.]
Namespace:Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public static string ToDelimitedString( this IEnumerable input, char delimiter ) |
Visual Basic (Declaration) |
---|
<ExtensionAttribute> _ Public Shared Function ToDelimitedString ( _ input As IEnumerable, _ delimiter As Char _ ) As String |
Visual C++ |
---|
[ExtensionAttribute] public: static String^ ToDelimitedString( IEnumerable^ input, wchar_t delimiter ) |
Parameters
- input
- Type: System.Collections..::.IEnumerable
Any collection of values.
- delimiter
- Type: System..::.Char
A Char value that will be used to delimited the values in input.