System.Web.Configuration.LowerCaseStringConverter: Method Members

The methods of System.Web.Configuration.LowerCaseStringConverter are listed below. For a list of all members, see the LowerCaseStringConverter Members list.

See Also: Inherited members from System.ComponentModel.TypeConverter

Public Methods

override
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, Type) : bool

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

override
CanConvertTo(System.ComponentModel.ITypeDescriptorContext, Type) : bool

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

override
ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object) : object

Converts an object from its original value to a lowercase string based on the specified parameters.

override
ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object, Type) : object

Converts an object to a lowercase string based on the specified parameters.