NetCharts Server .NET Toolkit

DataConversion Members

DataConversion overview

Public Static Methods

convertArrayToCSVOverloaded. Converts a two-dimensional array to a CSV (Comma-Separated-Value) delimited set.
convertArrayToDataTableOverloaded. Converts a two-dimensional array to a DataTable using NSToolKit.DEFAULT_TABLE_NAME as the table name.
convertArrayToNCXML Converts a two-dimensional array to NCXML formatted XML.
convertCSVToArrayOverloaded. Converts a CSV (Comma-Separated-Value) delimited set to a two-dimensional array.
convertCSVToDataTableOverloaded. Converts a CSV (Comma-Separated-Value) delimited set to a DataTable.
convertCSVToNCXMLOverloaded. Converts a CSV (Comma-Separated-Value) delimited set to NCXML formatted XML.
convertDataTableToArray Converts a DataTable to a two-dimensional array.
convertDataTableToCSVOverloaded. Converts a DataTable to a CSV (Comma-Separated-Value) delimited set.
convertDataTableToNCXML Converts a DataTable to NCXML formatted XML.
convertNCXMLToArrayConverts NCXML formatted XML to a two-dimensional array.
convertNCXMLToCSVOverloaded. Converts NCXML formatted XML to a CSV (Comma-Separated-Value) delimited set.
convertNCXMLToDataTableOverloaded. Converts NCXML formatted XML to a DataTable using NetChartsServerData as the table name.

Public Instance Constructors

DataConversion Constructor Creates a new DataConversion instance. Not needed since all methods are shared.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

DataConversion Class | NetChartsServer Namespace