NetCharts Server .NET Toolkit

DataConversion.convertNCXMLToCSV Method (String)

Converts NCXML formatted XML to a CSV (Comma-Separated-Value) delimited set.

public static string convertNCXMLToCSV(
   string ncxml
);

Parameters

ncxml
The array of data to convert to CSV.

Return Value

A CSV (Comma-Separated-Value) delimited set populated from the NCXML formatted XML.

Exceptions

Exception TypeCondition
NSToolKitExceptionThrown when the XML is invalid.

See Also

DataConversion Class | NetChartsServer Namespace | DataConversion.convertNCXMLToCSV Overload List