GeneralTypeConverterCanConvertTo Method (ITypeDescriptorContext, Type) |
LightningChart .NET Help
Determines if conversions to requested type can happen.
If special byte[] serialization is enabled, this reports it possible to convert LC types to byte[].
Namespace:
Arction.Wpf.Charting.TypeConverters
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic 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
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
Context. - destinationType
- Type: SystemType
Destination type.
Return Value
Type:
BooleanTrue, if conversion can be done.
See Also