LengthConverter.ConvertTo Method (ITypeDescriptorContext, CultureInfo, Object, Type)
Converts other types into instances of Double that represent an object's length.
Assembly: PresentationFramework (in PresentationFramework.dll)
public override Object ConvertTo( ITypeDescriptorContext typeDescriptorContext, CultureInfo cultureInfo, Object value, Type destinationType )
Parameters
- typeDescriptorContext
- Type: System.ComponentModel.ITypeDescriptorContext
Describes context information of a component, such as its container and PropertyDescriptor.
- cultureInfo
- Type: System.Globalization.CultureInfo
Identifies culture-specific information, including the writing system and the calendar that is used.
- value
- Type: System.Object
Identifies the Object that is being converted.
- destinationType
- Type: System.Type
The data type that this instance of Double is being converted to.
| Exception | Condition |
|---|---|
| ArgumentNullException | Occurs if the value is null. |
| ArgumentException | Occurs if the value is not null and is not a Brush, or the destinationType is not valid. |
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.