Can the sourceType be converted to an IRawLayout
Namespace: log4net.LayoutAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- sourceType
- Type: System Type
the source to be to be converted
Return Value
Type: Booleantrue if the source type can be converted to IRawLayout
Implements
IConvertFrom CanConvertFrom(Type)Remarks
Test if the sourceType can be converted to a IRawLayout. Only ILayout is supported as the sourceType.
See Also