DataGridLengthConverter.CanConvertTo Method (ITypeDescriptorContext, Type)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Determines whether conversion is possible to the specified type from a DataGridLength.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)
Syntax
'Declaration
Public Overrides Function CanConvertTo ( _
context As ITypeDescriptorContext, _
destinationType As Type _
) As Boolean
public override bool CanConvertTo(
ITypeDescriptorContext context,
Type destinationType
)
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
An object that provides a format context.
- destinationType
Type: System.Type
The type to convert to.
Return Value
Type: System.Boolean
true if destinationType is a String type; otherwise, false.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.