System.Web.Configuration.LowerCaseStringConverter Class

Provides support to convert an object to a lowercase string. This class cannot be inherited.

See Also: LowerCaseStringConverter Members

Syntax

public sealed class LowerCaseStringConverter : System.ComponentModel.TypeConverter

Remarks

The System.Web.Configuration.LowerCaseStringConverter class allows an object to be converted to a lowercase string. This class also provides support to verify that an object type can be converted to a lowercase string before the conversion is made.

The methods of System.Web.Configuration.LowerCaseStringConverter take as a parameter an object that implements the System.ComponentModel.ITypeDescriptorContext interface. 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.

Requirements

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