Indicate that we can convert to strings.
| C# | Visual Basic | Visual C++ |
public override bool CanConvertTo( ITypeDescriptorContext context, Type destinationType )
Public Overrides Function CanConvertTo ( _ context As ITypeDescriptorContext, _ destinationType As Type _ ) As Boolean
public: virtual bool CanConvertTo( ITypeDescriptorContext^ context, Type^ destinationType ) override
- context (ITypeDescriptorContext)
[Missing <param> documentation for "context"]
- destinationType (Type)
- Type to convert to.
True.