Click or drag to resize

BinaryStringBinaryStringConverterCanConvertTo Method

Returns whether this converter can convert the object to the specified type, using the specified context.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
A System.ComponentModel.ITypeDescriptorContext that provides a format context.
destinationType
Type: SystemType
A System.Type that represents the type you want to convert to.

Return Value

Type: Boolean
True if the conversion will succeed.
See Also