IConvertTo ConvertTo Method Apache log4net™ SDK Documentation
Converts the given value object to the specified type, using the arguments

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

Object ConvertTo(
	Object source,
	Type targetType
)

Return Value

Type: OnlineObject
the converted object
Remarks

Converts the source (which must be of the type supported by this converter) to the targetType specified..

See Also