Method ToStringWithOrWithoutNames
ToStringWithOrWithoutNames<T>(string[], T[])
Combines name and value pairs to string. If UseNamesInToString
is false
, names are ignored and only values are returned.
public static string ToStringWithOrWithoutNames<T>(string[] names, T[] values)
Parameters
names
string[]Names.
values
T[]Values.
Returns
Type Parameters
T
Type of values array.