Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IFormatterConverter Interface

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:
© 2017 Microsoft