Click or drag to resize

ITypeManagerSerialize 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
string Serialize(
	Object value,
	Type destinationType
)

Parameters

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

Return Value

Type: String
Converted value.
Remarks