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

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

public Object ConvertFrom(
	Object source
)

Parameters

source
Type: SystemObject
the value to convert

Return Value

Type: Object
the IRawLayout object

Implements

IConvertFromConvertFrom(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

Reference