Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Editing.Converters Namespace > NullableDicomAgeValueConverter Class > CanConvertTo Method : CanConvertTo(ITypeDescriptorContext,Type) Method |
public override bool CanConvertTo( ITypeDescriptorContext context, Type destinationType )
'Declaration
Public Overloads Overrides Function CanConvertTo( _ ByVal context As ITypeDescriptorContext, _ ByVal destinationType As Type _ ) As Boolean
'Usage
Dim instance As NullableDicomAgeValueConverter Dim context As ITypeDescriptorContext Dim destinationType As Type Dim value As Boolean value = instance.CanConvertTo(context, destinationType)
public: bool CanConvertTo( ITypeDescriptorContext^ context, Type^ destinationType ) override
true
if this converter can perform the conversion; otherwise, false
.