Click or drag to resize
ConfigurationSectionStringConverterCanConvertTo Method (ITypeDescriptorContext, Type)
Determines if the conversion is possible.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public override bool CanConvertTo(
	ITypeDescriptorContext ctx,
	Type type
)

Parameters

ctx
Type: System.ComponentModelITypeDescriptorContext
ITypeDescriptorContext object used for the conversions.
type
Type: SystemType
Type into which to convert.

Return Value

Type: Boolean
always true.
See Also