Click or drag to resize

GeneralTypeConverterConvertTo Method

LightningChart .NET Help
Overload List
  NameDescription
Public methodConvertTo(Object, Type)
Converts the given value object to the specified type, using the arguments.
(Inherited from TypeConverter.)
Public methodConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Converts object to the requested type.

Conversion to byte[] is handled by TreeBinarySerializer by calling ConvertToBytes.

(Overrides TypeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Top
See Also