Method ToStringTable
ToStringTable<T>(IEnumerable<T>, string)
Declaration
[Obsolete("Replaced with DumpToTable(), left here for compatibility reasons")]
public static string ToStringTable<T>(this IEnumerable<T> instance, string separator = "\n\t")
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | instance | |
string | separator |
Returns
Type | Description |
---|---|
string |
Type Parameters
Name | Description |
---|---|
T |