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
namesstring[]Names.
valuesT[]Values.
Returns
Type Parameters
TType of values array.