log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
IConvertTo.ConvertTo Method
Converts the given value object to the specified type, using the arguments
[Visual Basic]
Function ConvertTo( _
ByVal
source As
Object, _
ByVal
targetType As
Type _
) As
Object
Parameters
-
source
- the object to convert
-
targetType
- The Type to convert the value parameter to
Return Value
the converted object
Remarks
Converts the source (which must be of the type supported by this converter) to the targetType specified..
See Also
IConvertTo Interface | log4net.Util.TypeConverters Namespace