GeneralTypeConverterCanConvertTo Method |
| Name | Description | |
|---|---|---|
| CanConvertTo(Type) | Returns whether this converter can convert the object to the specified type. (Inherited from TypeConverter.) | |
| CanConvertTo(ITypeDescriptorContext, Type) |
Determines if conversions to requested type can happen.
(Overrides TypeConverterCanConvertTo(ITypeDescriptorContext, Type).)If special byte[] serialization is enabled, this reports it possible to convert LC types to byte[]. |