IConvertFrom CanConvertFrom Method Apache log4net™ SDK Documentation
Can the source type be converted to the type supported by this object

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

bool CanConvertFrom(
	Type sourceType
)

Return Value

Type: OnlineBoolean
true if the conversion is possible
Remarks

Test if the sourceType can be converted to the type supported by this converter.

See Also