This documentation is archived and is not being maintained.
IFormatterConverter Interface
.NET Framework 1.1
Provides the connection between an instance of SerializationInfo and the formatter-provided class best suited to parse the data inside the SerializationInfo.
The IFormatterConverter type is not CLS-compliant. For more information about CLS compliance, see What is the Common Language Specification.
For a list of all members of this type, see IFormatterConverter Members.
[Visual Basic] <CLSCompliant(False)> Public Interface IFormatterConverter [C#] [CLSCompliant(false)] public interface IFormatterConverter [C++] [CLSCompliant(false)] public __gc __interface IFormatterConverter [JScript] public CLSCompliant(false) interface IFormatterConverter
Classes that Implement IFormatterConverter
| Class | Description |
|---|---|
| FormatterConverter | Represents a base implementation of the IFormatterConverter interface that uses the Convert class and the IConvertible interface. |
Requirements
Namespace: System.Runtime.Serialization
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
IFormatterConverter Members | System.Runtime.Serialization Namespace
Show: