Click or drag to resize

GoogleChartEngineSerialize Method

Converts specified value to its Javascript equivalent using given destination type.

Namespace:  Dynamicweb.Controls.Charts.Providers
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public string Serialize(
	Object value,
	Type destinationType
)

Parameters

value
Type: SystemObject
Value to convert.
destinationType
Type: SystemType
Destination type.

Return Value

Type: String
Converted value.

Implements

ITypeManagerSerialize(Object, Type)
Remarks