ThicknessConverter.ConvertTo Method (ITypeDescriptorContext, CultureInfo, Object, Type)
Attempts to convert an instance of Thickness to a specified type.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
public override Object ConvertTo( ITypeDescriptorContext typeDescriptorContext, CultureInfo cultureInfo, Object value, Type destinationType )
Parameters
- typeDescriptorContext
- Type: System.ComponentModel.ITypeDescriptorContext
The context information of a type.
- cultureInfo
- Type: System.Globalization.CultureInfo
The CultureInfo of the type being converted.
- value
- Type: System.Object
The instance of Thickness to convert.
- destinationType
- Type: System.Type
The type that this instance of Thickness is converted to.
Return Value
Type: System.ObjectThe type that is created when the type converter converts an instance of Thickness.
| Exception | Condition |
|---|---|
| ArgumentNullException | The value object is not a null reference (Nothing) and is not a Brush, or the destinationType is not one of the valid types for conversion. |
| ArgumentException | The value object is a null reference. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.