RawLayoutConverter ConvertFrom Method Apache log4net™ SDK Documentation
Convert the value to a IRawLayout object

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public Object ConvertFrom(
	Object source
)

Return Value

Type: OnlineObject
the IRawLayout object

Implements

IConvertFrom ConvertFrom(Object)
Remarks

Convert the source object to a IRawLayout object. If the source object is a ILayout then the Layout2RawLayoutAdapter is used to adapt between the two interfaces, otherwise an exception is thrown.

See Also