ConverterRegistryAddConverter Method (Type, Object)Apache log4net™ SDK Documentation
Adds a converter for a specific type.

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

public static void AddConverter(
	Type destinationType,
	Object converter
)

Parameters

destinationType
Type: SystemType
The type being converted to.
converter
Type: SystemObject
The type converter to use to convert to the destination type.
Remarks

Adds a converter instance for a specific type.

See Also

Reference