Adds a converter for a specific type.
Namespace: log4net.Util.TypeConvertersAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- destinationType
- Type:
System Type
The type being converted to.
- converterType
- Type:
System Type
The type of the type converter to use to convert to the destination type.
Remarks
Adds a converter Type for a specific type.
See Also