ConverterRegistry GetConvertTo Method Apache log4net™ SDK Documentation
Gets the type converter to use to convert values to the destination type.

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

public static IConvertTo GetConvertTo(
	Type sourceType,
	Type destinationType
)

Return Value

Type: IConvertTo
The type converter instance to use for type conversions or null if no type converter is found.
Remarks

Gets the type converter to use to convert values to the destination type.

See Also