ConverterRegistry GetConvertFrom 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 IConvertFrom GetConvertFrom(
	Type destinationType
)

Parameters

destinationType
Type: OnlineSystem Type
The type being converted to.

Return Value

Type: IConvertFrom
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