Returns true for String type.
| C# | Visual Basic | Visual C++ |
public override bool CanConvertFrom( ITypeDescriptorContext context, Type sourceType )
Public Overrides Function CanConvertFrom ( _ context As ITypeDescriptorContext, _ sourceType As Type _ ) As Boolean
public: virtual bool CanConvertFrom( ITypeDescriptorContext^ context, Type^ sourceType ) override
- context (ITypeDescriptorContext)
- An ITypeDescriptorContext that provides a format context.
true if this converter can perform the conversion; otherwise, false.
