Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ConverterRegistry Class

Register of type converters for specific types.

For a list of all members of this type, see ConverterRegistry Members.

System.Object
���log4net.Util.TypeConverters.ConverterRegistry

[Visual�Basic]
NotInheritable�Public�Class�ConverterRegistry
[C#]
public�sealed�class�ConverterRegistry

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Maintains a registry of type converters used to convert between types.

Use the AddConverter and AddConverter methods to register new converters. The GetConvertTo and GetConvertFrom methods lookup appropriate converters to use.

Requirements

Namespace: log4net.Util.TypeConverters

Assembly: log4net (in log4net.dll)

See Also

ConverterRegistry Members | log4net.Util.TypeConverters Namespace | IConvertFrom | IConvertTo