NetCharts Server .NET Toolkit

DataConversion.convertNCXMLToCSV Method (String, String)

Converts NCXML formatted XML to a delimited set using the delimiter supplied.

public static string convertNCXMLToCSV(
   string ncxml,
   string delimiter
);

Parameters

ncxml
The NCXML formatted XML to convert to a delimited set.
delimiter
The delimiter to used between values.

Return Value

A delimited set populated from the NCXML formatted XML.

Exceptions

Exception Type Condition
NSToolKitException Thrown when the XML is invalid.

See Also

DataConversion Class | NetChartsServer Namespace | DataConversion.convertNCXMLToCSV Overload List