 | CollectionUtilsToString Method |
Returns a comma-separated list of the elements of the passed sequence.
Namespace: Slash.Collections.UtilsAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic static string ToString(
IEnumerable sequence
)
Public Shared Function ToString (
sequence As IEnumerable
) As String
public:
static String^ ToString(
IEnumerable^ sequence
)
static member ToString :
sequence : IEnumerable -> string
Parameters
- sequence
- Type: System.CollectionsIEnumerable
Sequence to get a comma-separated list of.
Return Value
Type:
StringComma-separated list of the elements of the passed sequence.
See Also