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

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public bool CanConvertFrom(
	Type sourceType
)

Parameters

sourceType
Type: SystemType
the source to be to be converted

Return Value

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

Reference