Click or drag to resize

DataTableSerialize Method

Serializes current table instance into the corresponding Javascript object notation.

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public string Serialize(
	string variableName
)

Parameters

variableName
Type: SystemString
Name of the variable that holds the contents of the data table.

Return Value

Type: String
Javascript object representation of the current table.
Remarks