System.Web.Configuration.LowerCaseStringConverter.CanConvertFrom Method

Determines whether an object can be converted to a lowercase string based on the specified parameters.

Syntax

public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext ctx, Type type)

Parameters

ctx
An object that implements the System.ComponentModel.ITypeDescriptorContext interface.
type
The type of object to convert.

Returns

true if the parameters describe an object that can be converted to a lowercase string object; otherwise, false.

Remarks

This method uses an object that implements the System.ComponentModel.ITypeDescriptorContext interface as the ctx parameter. This interface provides contextual information about a component. Typically, this interface is used at design time to provide information about a design-time container. The System.ComponentModel.ITypeDescriptorContext is commonly used in type conversion. Override this method in a derived class if custom behavior is required.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0