log4net SDK Reference

ConverterRegistry.GetConvertFrom Method 

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

[Visual Basic]
Public Shared Function GetConvertFrom( _
   ByVal destinationType As Type _
) As IConvertFrom
[C#]
public static IConvertFrom GetConvertFrom(
   Type destinationType
);

Parameters

destinationType
The type being converted to.

Return Value

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

ConverterRegistry Class | log4net.Util.TypeConverters Namespace