Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

RawLayoutConverter.ConvertFrom�Method�

Convert the value to a IRawLayout object

[Visual�Basic]
NotOverridable�Public�Function�ConvertFrom( _
���ByVal source�As�Object�_
)�As�Object�_
����Implements�IConvertFrom.ConvertFrom
[C#]
public�object�ConvertFrom(
���objectsource
);

Parameters

source
the value to convert

Return Value

the IRawLayout object

Implements

IConvertFrom.ConvertFrom

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

RawLayoutConverter Class | log4net.Layout Namespace