IConvertFrom ConvertFrom 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: 1.2.15.0 (1.2.15.0)
Syntax

Object ConvertFrom(
	Object source
)

Return Value

Type: OnlineObject
the converted object
Remarks

Converts the source to the type supported by this converter.

See Also