AVEVA CAF API Documenation

Aveva.ApplicationFramework.Presentation.Customize Namespace > ImageTypeConverter Class > ConvertTo Method : ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
A System.Globalization.CultureInfo . If null is passed, the current culture is assumed.
The System.Object to convert.
The System.Type to convert the value parameter to.
ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method
Converts the object to the requested type.
Syntax

Parameters

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

Return Value

to converted.
Exceptions
ExceptionDescription
Thrown when one or more required arguments are null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also