| 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
)
Function Serialize (
value As Object,
destinationType As Type
) As String
Parameters
- value
- Type: SystemObject
Value to convert. - destinationType
- Type: SystemType
Destination type.
Return Value
Type:
StringConverted value.
Remarks See Also