Converts the given value object to the specified type, using the arguments
Namespace: log4net.Util.TypeConvertersAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- source
- Type:
System Object
the object to convert
- targetType
- Type:
System Type
The Type to convert the value parameter to
Return Value
Type:
the converted object
Remarks
Converts the source (which must be of the type supported by this converter) to the targetType specified..
See Also