IGUtils.

DeepToString(IEnumerable, string) Method

Summary

Returns a string containing the value of each element in `collection`.
Assembly
Kybernetik.InspectorGadgets.dll
Namespace
InspectorGadgets
Containing Type
IGUtils

Syntax

public static string DeepToString(IEnumerable collection, string separator)

Parameters

Name Type Description
collection IEnumerable
separator string

Return Value

Type Description
string