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.

This API is not CLS-compliant.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public interface class IFormatterConverter

NameDescription
System_CAPS_pubmethodConvert(Object^, Type^)

Converts a value to the given Type.

System_CAPS_pubmethodConvert(Object^, TypeCode)

Converts a value to the given TypeCode.

System_CAPS_pubmethodToBoolean(Object^)

Converts a value to a Boolean.

System_CAPS_pubmethodToByte(Object^)

Converts a value to an 8-bit unsigned integer.

System_CAPS_pubmethodToChar(Object^)

Converts a value to a Unicode character.

System_CAPS_pubmethodToDateTime(Object^)

Converts a value to a DateTime.

System_CAPS_pubmethodToDecimal(Object^)

Converts a value to a Decimal.

System_CAPS_pubmethodToDouble(Object^)

Converts a value to a double-precision floating-point number.

System_CAPS_pubmethodToInt16(Object^)

Converts a value to a 16-bit signed integer.

System_CAPS_pubmethodToInt32(Object^)

Converts a value to a 32-bit signed integer.

System_CAPS_pubmethodToInt64(Object^)

Converts a value to a 64-bit signed integer.

System_CAPS_pubmethodToSByte(Object^)

Converts a value to a SByte.

System_CAPS_pubmethodToSingle(Object^)

Converts a value to a single-precision floating-point number.

System_CAPS_pubmethodToString(Object^)

Converts a value to a String.

System_CAPS_pubmethodToUInt16(Object^)

Converts a value to a 16-bit unsigned integer.

System_CAPS_pubmethodToUInt32(Object^)

Converts a value to a 32-bit unsigned integer.

System_CAPS_pubmethodToUInt64(Object^)

Converts a value to a 64-bit unsigned integer.

.NET Framework
Available since 1.1
Return to top
Show: