Can the sourceType be converted to an IRawLayout
Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- sourceType
- Type: SystemType
the source to be to be converted
Return Value
Type: Booleantrue if the source type can be converted to IRawLayout
Implements
IConvertFromCanConvertFrom(Type)Remarks
Test if the sourceType can be converted to a IRawLayout. Only ILayout is supported as the sourceType.
See Also