Click or drag to resize

GeneralTypeConverterCanConvertTo Method

LightningChart .NET Help
Overload List
  NameDescription
Public methodCanConvertTo(Type)
Returns whether this converter can convert the object to the specified type.
(Inherited from TypeConverter.)
Public methodCanConvertTo(ITypeDescriptorContext, Type)
Determines if conversions to requested type can happen.

If special byte[] serialization is enabled, this reports it possible to convert LC types to byte[].

(Overrides TypeConverterCanConvertTo(ITypeDescriptorContext, Type).)
Top
See Also