IConvertTo InterfaceApache log4net™ SDK Documentation
Interface supported by type converters

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

public interface IConvertTo

The IConvertTo type exposes the following members.

Methods

  NameDescription
Public methodCanConvertTo
Returns whether this converter can convert the object to the specified type
Public methodConvertTo
Converts the given value object to the specified type, using the arguments
Top
Remarks

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

See Also

Reference