log4net SDK Reference

IConvertFrom.ConvertFrom Method 

Convert the source object to the type supported by this object

[Visual Basic]
Function ConvertFrom( _
   ByVal source As Object _
) As Object
[C#]
object ConvertFrom(
   object source
);

Parameters

source
the object to convert

Return Value

the converted object

Remarks

Converts the source to the type supported by this converter.

See Also

IConvertFrom Interface | log4net.Util.TypeConverters Namespace