OptionConverter ConvertTypeTo Method Apache log4net™ SDK Documentation
Converts an object to the target type.

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

public static Object ConvertTypeTo(
	Object sourceInstance,
	Type targetType
)

Return Value

Type: OnlineObject
The converted object.
Remarks

Converts an object to the target type.

See Also