This topic has not yet been rated - Rate this topic

IFormatterConverter Interface

Provides the connection between an instance of SerializationInfo and the formatter-provided class best suited to parse the data inside the SerializationInfo.

This API is not CLS-compliant. 

Namespace:  System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public interface IFormatterConverter

The IFormatterConverter type exposes the following members.

  Name Description
Public method Convert(Object, Type) Converts a value to the given Type.
Public method Convert(Object, TypeCode) Converts a value to the given TypeCode.
Public method ToBoolean Converts a value to a Boolean.
Public method ToByte Converts a value to an 8-bit unsigned integer.
Public method ToChar Converts a value to a Unicode character.
Public method ToDateTime Converts a value to a DateTime.
Public method ToDecimal Converts a value to a Decimal.
Public method ToDouble Converts a value to a double-precision floating-point number.
Public method ToInt16 Converts a value to a 16-bit signed integer.
Public method ToInt32 Converts a value to a 32-bit signed integer.
Public method ToInt64 Converts a value to a 64-bit signed integer.
Public method ToSByte Converts a value to a SByte.
Public method ToSingle Converts a value to a single-precision floating-point number.
Public method ToString Converts a value to a String.
Public method ToUInt16 Converts a value to a 16-bit unsigned integer.
Public method ToUInt32 Converts a value to a 32-bit unsigned integer.
Public method ToUInt64 Converts a value to a 64-bit unsigned integer.
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ