NetCharts Server .NET Toolkit

DataConversion.convertArrayToCSV Method (Object[,], String)

Converts a two-dimensional array to a delimited set.

public static string convertArrayToCSV(
   object[,] array,
   string delimiter
);

Parameters

array
The array of data to convert to a delimited set.
delimiter
The delimiter to used between values.

Return Value

A delimited set populated from the two-dimensional array.

Exceptions

Exception Type Condition
NSToolKitException Thrown when the array is
null
or
Nothing
.

See Also

DataConversion Class | NetChartsServer Namespace | DataConversion.convertArrayToCSV Overload List