Summary
Returns a string containing the value of each element in `collection`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerUtilities
Syntax
public static string DeepToString(this IEnumerable collection, string separator, Func<Object, Object> toString = null)
Parameters
Name | Type | Description |
---|---|---|
collection | IEnumerable | |
separator | string | |
toString | Func |
Return Value
Type | Description |
---|---|
string |