Click or drag to resize
MarginsConverterConvertTo Method
Converts the given value object to the specified type, using the specified context and culture information.

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override Object ConvertTo(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value,
	Type destinationType
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
culture
Type: System.GlobalizationCultureInfo
A System.Globalization.CultureInfo. If null is passed, the current culture is assumed.
value
Type: SystemObject
The System.Object to convert.
destinationType
Type: SystemType
The System.Type to convert the value parameter to.

Return Value

Type: Object
An System.Object that represents the converted value.
See Also