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 > CanConvertFrom Method : CanConvertFrom(ITypeDescriptorContext,Type) Method |
public override bool CanConvertFrom( ITypeDescriptorContext context, Type sourceType )
'Declaration
Public Overloads Overrides Function CanConvertFrom( _ ByVal context As ITypeDescriptorContext, _ ByVal sourceType As Type _ ) As Boolean
'Usage
Dim instance As NullableDicomAgeValueConverter Dim context As ITypeDescriptorContext Dim sourceType As Type Dim value As Boolean value = instance.CanConvertFrom(context, sourceType)
public: bool CanConvertFrom( ITypeDescriptorContext^ context, Type^ sourceType ) override
true
if this converter can perform the conversion; otherwise, false
.