RawLayoutConverter CanConvertFrom Method Apache log4net™ SDK Documentation
Can the sourceType be converted to an IRawLayout

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public bool CanConvertFrom(
	Type sourceType
)

Parameters

sourceType
Type: OnlineSystem Type
the source to be to be converted

Return Value

Type: OnlineBoolean
true 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