| DataColumnConvert Method |
Serializes value of a given cell to Javascript representation.
Namespace:
Dynamicweb.Controls.Charts
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax protected virtual string Convert(
Object value
)
Protected Overridable Function Convert (
value As Object
) As String
Parameters
- value
- Type: SystemObject
Value to serialize.
Return Value
Type:
StringSerialized value.
Remarks See Also