Click or drag to resize
ConfigurationSectionStringConverterCanConvertFrom Method (ITypeDescriptorContext, Type)
Determines if the type can be converted.

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

Parameters

ctx
Type: System.ComponentModelITypeDescriptorContext
ITypeDescriptorContext object used for the conversions.
type
Type: SystemType
Type to be converted.

Return Value

Type: Boolean
true if the type is string, else false
See Also