Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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(
���TypedestinationType
);

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