TypeConverterAttribute ConverterTypeName Property Apache log4net™ SDK Documentation
The string type name of the type converter

Namespace: log4net.Util.TypeConverters
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public string ConverterTypeName { get; set; }

Property Value

Type: OnlineString
The string type name of the type converter
Remarks

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

See Also