Table of Contents

Method ToStringWithOrWithoutNames

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

string

Type Parameters

T

Type of values array.