| 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
)
Public Function Serialize (
variableName As String
) As String
Parameters
- variableName
- Type: SystemString
Name of the variable that holds the contents of the data table.
Return Value
Type:
StringJavascript object representation of the current table.
Remarks See Also