ConverterRegistryGetConvertTo 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: 2.0.8.0-.NET 4.0
Syntax

public static IConvertTo GetConvertTo(
	Type sourceType,
	Type destinationType
)

Parameters

sourceType
Type: SystemType
The type being converted from.
destinationType
Type: SystemType
The type being converted to.

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

Reference