NetCharts Server .NET Toolkit

DataConversion.convertArrayToCSV Method (Object[,])

Converts a two-dimensional array to a CSV (Comma-Separated-Value) delimited set.

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

Parameters

array
The array of data to convert to CSV.

Return Value

A CSV (Comma-Separated-Value) 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