TemplateKeyConverter.ConvertTo Method (ITypeDescriptorContext, CultureInfo, Object, Type)
.NET Framework 4.5
Attempts to convert a TemplateKey to the specified type, using the specified context.
Namespace: System.Windows.Markup
Assembly: PresentationFramework (in PresentationFramework.dll)
public override Object ConvertTo( ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType )
Parameters
- context
- Type: System.ComponentModel.ITypeDescriptorContext
A format context that provides information about the environment from which this converter is being invoked.
- culture
- Type: System.Globalization.CultureInfo
Culture specific information.
- value
- Type: System.Object
The object to convert.
- destinationType
- Type: System.Type
The type to convert the object to.
| Exception | Condition |
|---|---|
| NotSupportedException | value cannot be converted. |
See Remarks in TemplateKeyConverter.
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.