log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
TypeConverterAttribute Constructor (String)
Create a new type converter attribute for the specified type name
[Visual Basic]
Overloads Public Sub New( _
ByVal
typeName As
String _
)
[C#]
public TypeConverterAttribute(
string typeName);
Parameters
-
typeName
- The string type name of the type converter
Remarks
The type specified must implement the IConvertFrom or the IConvertTo interfaces.
See Also
TypeConverterAttribute Class | log4net.Util.TypeConverters Namespace | TypeConverterAttribute Constructor Overload List