Show / Hide Table of Contents

Method print.util.toList


Overload

Converts multiple values of any type to string like print.list.

public static string toList(string sep, object value1, object value2, params object[] more)
Parameters
sep  (string)
value1  (object)
value2  (object)
more  (object[])
Returns
string