IConvertFromCanConvertFrom 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: 2.0.8.0-.NET 4.0
Syntax

bool CanConvertFrom(
	Type sourceType
)

Parameters

sourceType
Type: SystemType
the type to convert

Return Value

Type: Boolean
true if the conversion is possible
Remarks

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

See Also

Reference