ConverterRegistryAddConverter Method (Type, Type)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,
	Type converterType
)

Parameters

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

Adds a converter Type for a specific type.

See Also

Reference