TypeConverterAttribute Constructor (String)Apache log4net™ SDK Documentation
Create a new type converter attribute for the specified type name

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

public TypeConverterAttribute(
	string typeName
)

Parameters

typeName
Type: SystemString
The string type name of the type converter
Remarks

The type specified must implement the IConvertFrom or the IConvertTo interfaces.

See Also

Reference