NetCharts Server .NET Toolkit

DataConversion.convertNCXMLToArray Method 

Converts NCXML formatted XML to a two-dimensional array.

public static object[,] convertNCXMLToArray(
   string ncxml
);

Parameters

ncxml
The NCXML formatted XML to convert to a two-dimensional array.

Return Value

A two-dimensional array populated from the NCXML formatted XML.

Exceptions

Exception TypeCondition
NSToolKitExceptionThrown when the XML is invalid.

See Also

DataConversion Class | NetChartsServer Namespace