IConvertFrom InterfaceApache log4net™ SDK Documentation
Interface supported by type converters

Namespace: log4net.Util.TypeConverters
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public interface IConvertFrom

The IConvertFrom type exposes the following members.

Methods

  NameDescription
Public methodCanConvertFrom
Can the source type be converted to the type supported by this object
Public methodConvertFrom
Convert the source object to the type supported by this object
Top
Remarks

This interface supports conversion from arbitrary types to a single target type. See TypeConverterAttribute.

See Also

Reference