UltEventUtils.

DeepToString(IEnumerable, string) Method

Summary

Returns a string containing the value of each element in `collection`.
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
UltEventUtils

Syntax

public static string DeepToString(this IEnumerable collection, string separator)

Parameters

Name Type Description
collection IEnumerable
separator string

Return Value

Type Description
string