Convert the value to a IRawLayout object
Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- source
- Type: System.Object
the value to convert
Return Value
Type: Objectthe 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