| ConfigurationSectionStringConverterCanConvertTo Method (ITypeDescriptorContext, Type) |
Determines if the conversion is possible.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic override bool CanConvertTo(
ITypeDescriptorContext ctx,
Type type
)
Public Overrides Function CanConvertTo (
ctx As ITypeDescriptorContext,
type As Type
) As Boolean
public:
virtual bool CanConvertTo(
ITypeDescriptorContext^ ctx,
Type^ type
) override
abstract CanConvertTo :
ctx : ITypeDescriptorContext *
type : Type -> bool
override CanConvertTo :
ctx : ITypeDescriptorContext *
type : Type -> bool 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