LowerCaseStringConverter Class
.NET Framework 3.0
Provides support to convert an object to a lowercase string. This class cannot be inherited.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The 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 LowerCaseStringConverter take as a parameter an object that implements the 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 ITypeDescriptorContext is commonly used in type conversion.
Community Additions
ADD
Show: