Convert the value to a IRawLayout object
Namespace: log4net.LayoutAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.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