Mono Class Library: Overview

System.Runtime.Serialization.IFormatterConverter: Members

The members of System.Runtime.Serialization.IFormatterConverter are listed below.

Public Methods

Convert(object, Type) : object
Documentation for this section has not yet been entered.
Convert(object, TypeCode) : object
Documentation for this section has not yet been entered.
ToBoolean(object) : bool
Documentation for this section has not yet been entered.
ToByte(object) : byte
Documentation for this section has not yet been entered.
ToChar(object) : char
Documentation for this section has not yet been entered.
ToDateTime(object) : DateTime
Documentation for this section has not yet been entered.
ToDecimal(object) : decimal
Documentation for this section has not yet been entered.
ToDouble(object) : double
Documentation for this section has not yet been entered.
ToInt16(object) : short
Documentation for this section has not yet been entered.
ToInt32(object) : int
Documentation for this section has not yet been entered.
ToInt64(object) : long
Documentation for this section has not yet been entered.
ToSByte(object) : sbyte
Documentation for this section has not yet been entered.
ToSingle(object) : float
Documentation for this section has not yet been entered.
ToString(object) : string
Documentation for this section has not yet been entered.
ToUInt16(object) : ushort
Documentation for this section has not yet been entered.
ToUInt32(object) : uint
Documentation for this section has not yet been entered.
ToUInt64(object) : ulong
Documentation for this section has not yet been entered.