log4net SDK Documentation - Microsoft .NET Framework 4.0

TypeConverterAttribute.ConverterTypeName Property

The string type name of the type converter

[Visual Basic]
Public Property ConverterTypeName As String
[C#]
public string ConverterTypeName {get; set;}

Property Value

The string type name of the type converter

Remarks

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

See Also

TypeConverterAttribute Class | log4net.Util.TypeConverters Namespace