IConvertFromConvertFrom Method Apache log4net™ SDK Documentation
Convert the source object to the type supported by this object

Namespace: log4net.Util.TypeConverters
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

Object ConvertFrom(
	Object source
)

Parameters

source
Type: SystemObject
the object to convert

Return Value

Type: Object
the converted object
Remarks

Converts the source to the type supported by this converter.

See Also

Reference