Click or drag to resize

StiUniversalConverterCanConvertTo Method (ITypeDescriptorContext, Type)

[Missing <summary> documentation for "M:Stimulsoft.Base.StiUniversalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext

[Missing <param name="context"/> documentation for "M:Stimulsoft.Base.StiUniversalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

destinationType
Type: SystemType

[Missing <param name="destinationType"/> documentation for "M:Stimulsoft.Base.StiUniversalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Base.StiUniversalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

See Also